/* Open Sans Variable Font */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 75% 100%;
    font-display: swap;
    src: url('../fonts/OpenSans-VariableFont_wdth,wght.woff2') format('woff2-variations');
}

/* Inter Variable Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-optical-sizing: auto;
    font-display: swap;
    src: url('../fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2-variations');
}

/* Rubik Variable Font */
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('../fonts/Rubik-VariableFont_wght.woff2') format('woff2-variations');
}

/* CSS Custom Properties güncelleme (opsiyonel) */
:root {
    --open-sans-fonts: "Open Sans", system-ui, -apple-system, sans-serif;
    --rubik-fonts: "Rubik", system-ui, -apple-system, sans-serif;
    --inter-fonts: "Inter", system-ui, -apple-system, sans-serif;
}
