/* Font Declarations */
@font-face {
    font-family: 'QTCaslanOpen';
    src: url('/fonts/qt-caslan-open/QTCaslanOpen.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QTBasker';
    src: url('/fonts/qt-basker/QTBasker.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QTBasker';
    src: url('/fonts/qt-basker/QTBasker-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'QTBasker';
    src: url('/fonts/qt-basker/QTBasker-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} 