@font-face {
    font-family: 'BPG Nino Mtavruli';
    src: url('/assets/fonts/bpg_nino_mtavruli_normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: 'BPG Nino Mtavruli', sans-serif;
}

button,
input,
select,
textarea {
    font-family: inherit;
}
