﻿/* ===========================
   Work Sans – Self Hosted
   =========================== */

/* 300 - Light */
@font-face {
    font-family: 'Work Sans';
    src: url('/library/site/fonts/WorkSans/WorkSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* 400 - Regular */
@font-face {
    font-family: 'Work Sans';
    src: url('/library/site/fonts/WorkSans/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 500 - Medium */
@font-face {
    font-family: 'Work Sans';
    src: url('/library/site/fonts/WorkSans/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* 600 - SemiBold */
@font-face {
    font-family: 'Work Sans';
    src: url('/library/site/fonts/WorkSans/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* 700 - Bold */
@font-face {
    font-family: 'Work Sans';
    src: url('/library/site/fonts/WorkSans/WorkSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Global varsayılan font */
body {
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
