﻿/* Quicksand – Light (300) */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/Quicksand/Quicksand-Light.woff2') format('woff2'), url('/fonts/Quicksand/Quicksand-Light.woff') format('woff'), url('/fonts/Quicksand/Quicksand-Light.ttf') format('truetype');
}

/* Quicksand – Regular (400) */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Quicksand/Quicksand-Regular.woff2') format('woff2'), url('/fonts/Quicksand/Quicksand-Regular.woff') format('woff'), url('/fonts/Quicksand/Quicksand-Regular.ttf') format('truetype');
}

/* Quicksand – Medium (500) */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/Quicksand/Quicksand-Medium.woff2') format('woff2'), url('/fonts/Quicksand/Quicksand-Medium.woff') format('woff'), url('/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
}

/* Quicksand – SemiBold (600) */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/Quicksand/Quicksand-SemiBold.woff2') format('woff2'), url('/fonts/Quicksand/Quicksand-SemiBold.woff') format('woff'), url('/fonts/Quicksand/Quicksand-SemiBold.ttf') format('truetype');
}

/* Quicksand – Bold (700) */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Quicksand/Quicksand-Bold.woff2') format('woff2'), url('/fonts/Quicksand/Quicksand-Bold.woff') format('woff'), url('/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
}

/* Global kullanım */
body {
    font-family: 'Quicksand', Arial, sans-serif;
}
