﻿/* QTVagaRound - Black fontunu tanımlama */
@font-face {
    font-family: 'Qtvagaround';
    src: url('/fonts/qtvagaround/QTVagaRound.otf') format('opentype');
    font-weight: 500; 
    font-style: normal; 
}

/* Helvetica Neue - Bold fontunu tanımlama */
@font-face {
    font-family: 'Qtvagaround';
    src: url('/fonts/qtvagaround/QTVagaRound-Bold.otf') format('opentype');
    font-weight: bold; /* Bold ağırlığı */
    font-style: normal; /* Düz stil */
}


