@font-face {
    font-family: 'Qurova';
    src: url('font/qurova-demo.regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header-title h1,
.site-brand-text {
    font-family: 'Qurova', sans-serif;
    font-weight: normal;
    font-synthesis: none;
    font-size: 28px;
    display: block;
}

.site-brand-text {
    line-height: 1;
    white-space: nowrap;
}
