@font-face {
    font-family: Open Sans;
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: Open Sans;
        src: url('../fonts/OpenSans-Regular.svg') format('svg');
        font-weight: 400;
        font-style: normal;
    }
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Regular-webfont.eot");
    src: url("../fonts/OpenSans-Regular-webfont.eot?#iefix") format('embedded-opentype'),
    url("../fonts/OpenSans-Regular-webfont.woff") format('woff'),
    url("../fonts/OpenSans-Regular-webfont.ttf") format('truetype'),
    url("../fonts/OpenSans-Regular-webfont.svg#open_sansregular") format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("../fonts/OpenSans-Bold-webfont.eot");
    src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format('embedded-opentype'),
    url("../fonts/OpenSans-Bold-webfont.woff") format('woff'),
    url("../fonts/OpenSans-Bold-webfont.ttf") format('truetype'),
    url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Verdana";
    src: url("../fonts/Verdana V2 V1.eot") format("embedded-opentype");
    src: url("../fonts/Verdana V2 V1.otf") format("OpenType");
    src: url("../fonts/Verdana V2 V1.ttf") format("TrueType");
    src: url("../fonts/Verdana V2 V1.woff") format("woff");
    src: url("../fonts/Verdana V2 V1.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-G";
    src: url("../fonts/OpenSans-Light.ttf") format("TrueType");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-G";
    src: url("../fonts/OpenSans-Regular.ttf") format("TrueType");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-G";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("TrueType");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-G";
    src: url("../fonts/OpenSans-Bold.ttf") format("TrueType");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Open-Sans-G";
    src: url("../fonts/OpenSans-ExtraBold.ttf") format("TrueType");
    font-weight: 800;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

