@font-face {
    font-family: 'NotoSansGeorgian';
    src: url('../fonts/NotoSansGeorgian-Regular.eot'); 
    src: url('../fonts/NotoSansGeorgian-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSansGeorgian-Regular.woff2') format('woff2'),
        url('../fonts/NotoSansGeorgian-Regular.woff') format('woff'),
        url('../fonts/NotoSansGeorgian-Regular.ttf') format('truetype'),
        url('../fonts/NotoSansGeorgian-Regular.svg#NotoSansGeorgian-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeue-BoldOutline.eot');
    src: url('../fonts/HelveticaNeue-BoldOutline.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-BoldOutline.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-BoldOutline.woff') format('woff'),
        url('../fonts/HelveticaNeue-BoldOutline.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-BoldOutline.svg#HelveticaNeue-BoldOutline') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


