/* =========================================================
   AANBEVOLEN: variable fonts (2 bestanden, alle gewichten 300-900)
   ========================================================= */

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

@font-face {
    font-family: 'Figtree';
    font-weight: 300 900;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/Figtree-Italic-VariableFont_wght.ttf') format('truetype-variations');
}

@font-face {
    font-family: 'Kostania';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('kostania/Kostania-Bold.ttf') format('truetype');
}


/* =========================================================
   ALTERNATIEF: losse static-bestanden.
   Gebruik OFWEL het blok hierboven OFWEL dit blok, niet allebei.
   Verwijder de comment-tekens (laat het bovenstaande Figtree-deel dan weg).
   Pad: assets/fonts/Figtree/static/...
   =========================================================
 

@font-face {
    font-family: 'Figtree';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/static/Figtree-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/static/Figtree-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/static/Figtree-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/Figtree-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/Figtree-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/Figtree-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/Figtree-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/Figtree-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/Figtree-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/Figtree-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/static/Figtree-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 800;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/static/Figtree-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('Figtree/static/Figtree-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    src: url('Figtree/static/Figtree-BlackItalic.ttf') format('truetype');
}

*/