@font-face {
    font-family: 'Ibrand';
    src: url('https://fonts.linkgama.com/Ibrand/Ibrand-Regular.woff2') format('woff2'),
        url('https://fonts.linkgama.com/Ibrand/Ibrand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.ibrand p span,.ibrand span p,.ibrand span, .ibrand p ,.ibrand,.ibrand h1,.ibrand h2 {
	
   font-family: 'Ibrand' !important;	
}
* {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    scroll-behavior: smooth !important;
}

body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

li {
    list-style: none;
}
