/* ============================================
   MPV-Fontlar.css
   Font Face Tanımları - Mersin Prestij VIP
   ============================================ */

/* Raleway - Lokal Variable Font */
@font-face {
    font-family: 'Raleway';
    src: url('Raleway/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Font Değişkenleri */
:root {
    --font-serif: 'Raleway', Georgia, serif;
    --font-sans: 'Raleway', 'Segoe UI', sans-serif;
}