@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('../fonts/NotoSansGeorgian-Medium.woff2') format('woff2'),
        url('../fonts/NotoSansGeorgian-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('../fonts/NotoSansGeorgian-SemiBold.woff2') format('woff2'),
        url('../fonts/NotoSansGeorgian-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Georgian';
    src: url('../fonts/NotoSansGeorgian-Bold.woff2') format('woff2'),
        url('../fonts/NotoSansGeorgian-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.fnt-medium {
    font-family: 'Noto Sans Georgian';
    font-weight: 500;
    font-style: normal;
}

.fnt-semi-bold {
    font-family: 'Noto Sans Georgian';
    font-weight: 600;
    font-style: normal; 
}

.fnt-bold {
    font-family: 'Noto Sans Georgian';
    font-weight: bold;
    font-style: normal;
}

