/* =========================================================
   Roboto Variable Font (Local)
   ========================================================= */

@font-face {
    font-family: 'Quicksand';
    src: url('../quiksand/Quicksand-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../quiksand/Quicksand-Medium.ttf') format('truetype');
    font-weight: 100 900;
    font-style: medium;
    font-display: swap;
}

/* =========================================================
   Font Ailesi Ayarları
   ========================================================= */
:root {
    --body-font-family: "Quicksand", Arial, sans-serif;
    --body-font-weight: 400;
    
    --menu-font-family: "Quicksand", Arial, sans-serif;
    --menu-font-weight: 600;
    
    --h1-font-family: "Quicksand", Arial, sans-serif;
    --h1-font-weight: 700;
    
    --h2-font-family: "Quicksand", Arial, sans-serif;
    --h2-font-weight: 600;
    
    --h3-font-family: "Quicksand", Arial, sans-serif;
    --h3-font-weight: 600;
    
    --h4-font-family: "Quicksand", Arial, sans-serif;
    --h4-font-weight: 600;
    
    --h5-font-family: "Quicksand", Arial, sans-serif;
    --h5-font-weight: 600;
    
    --h6-font-family: "Quicksand", Arial, sans-serif;
    --h6-font-weight: 600;
}
