@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('NotoSansGeorgian-Regular.woff2') format('woff2'),
        url('NotoSansGeorgian-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*

@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('NotoSansGeorgian-Bold.woff2') format('woff2'),
        url('NotoSansGeorgian-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('NotoSansGeorgian-Light.woff2') format('woff2'),
        url('NotoSansGeorgian-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*/