@font-face {
    font-family: 'NotoSansGeorgian-Bold';
    src: url('../fonts/NotoSansGeorgian-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGeorgian-Regular';
    src: url('../fonts/NotoSansGeorgian-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGeorgian-SemiBold';
    src: url('../fonts/NotoSansGeorgian-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansGeorgian-Medium';
    src: url('../fonts/NotoSansGeorgian-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}




.font-custom-bold {
    font-family: 'NotoSansGeorgian-Bold', serif;
}

.font-custom-bold-upper {
    font-family: 'NotoSansGeorgian-Bold', serif !important;
    font-feature-settings: "case" !important;
    text-transform:uppercase !important;
}

.font-custom-regular {
    font-family: 'NotoSansGeorgian-Regular', serif !important;
}

.font-custom-semibold {
    font-family: 'NotoSansGeorgian-SemiBold', serif;
    font-weight: 600;
    font-feature-settings: "case" !important;
    text-transform:uppercase !important;
}

.font-custom-medium {
    font-family: 'NotoSansGeorgian-Medium', serif;
    font-feature-settings: "case" !important;
    text-transform:uppercase !important;
}
