/* Custom font definitions for Georgian and English text */

/* English font - Light */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueLight_en.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0000-007F; /* Basic Latin (English characters) */
}

/* English font - Bold */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeueBold_en.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    unicode-range: U+0000-007F; /* Basic Latin (English characters) */
}

/* Georgian font */
@font-face {
    font-family: 'BPG Nino Mtavruli';
    /*src: url('https://cdn.web-fonts.ge/fonts/bpg-nino-mtavruli/bpg-nino-mtavruli.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}

/* Apply fonts to body and all elements */
body {
    font-family: 'Helvetica Neue', 'BPG Nino Mtavruli', sans-serif !important;
}
