@font-face {
    font-family: "Noto Sans Georgian";
    src: url('/_website/fonts/notosans/NotoSansGeorgian-Regular.eot');
    src: url('/_website/fonts/notosans/NotoSansGeorgian-Regular.eot?#iefix') format('embedded-opentype'),
        url('/_website/fonts/notosans/NotoSansGeorgian-Regular.woff2') format('woff2'),
        url('/_website/fonts/notosans/NotoSansGeorgian-Regular.woff') format('woff'),
        url('/_website/fonts/notosans/NotoSansGeorgian-Regular.ttf') format('truetype'),
        url('/_website/fonts/notosans/NotoSansGeorgian-Regular.svg#NotoSansGeorgian-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beausite Grand';
    src: url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.eot');
    src: url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.eot?#iefix') format('embedded-opentype'),
        url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.woff2') format('woff2'),
        url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.woff') format('woff'),
        url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.ttf') format('truetype'),
        url('/_website/fonts/beausiteGrand/BeausiteGrand-Regular.svg#BeausiteGrand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: "Noto Sans Georgian", sans-serif;
}

h1, h2, h3, h4, h5, h6, blockquote, .logo-txt{
    font-family: 'Beausite Grand';
    text-transform: uppercase;
    font-feature-settings: 'case' on;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: 'Beausite Grand';
    text-transform: uppercase;
    font-feature-settings: 'case' on;
}

.menu-nav li a{
    font-family: 'Beausite Grand';
    text-transform: uppercase;
    font-feature-settings: 'case' on;
    font-size: 15px;
}

.view-more{
    font-family: 'Beausite Grand';
    text-transform: uppercase;
    font-feature-settings: 'case' on;
}
