@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("glyphicons-halflings-regular.eot");
    src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("glyphicons-halflings-regular.woff2") format("woff2"),
    url("glyphicons-halflings-regular.woff") format("woff"),
    url("glyphicons-halflings-regular.ttf") format("truetype"),
    url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Light.ttf");
    font-weight: inherit; font-style: inherit;
} 
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-Medium.ttf");
    font-weight: 600; font-style: inherit;
}   
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter_24pt-SemiBold.ttf");
    font-weight: bold; font-style: inherit;
}   
html, body {
    /* font-family: "Inter", sans-serif; */ font-family: "Inter";
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, .btn, h1, h2, h3, h4, h5, h6, button {
    margin: 0px;
    /* font-family: "Inter", sans-serif; */ font-family: "Inter";
    font-style: normal;
}
