/**
 * @name DIN 2014 / FontFace
 * @package greenhouse
 * @author Samuel Diakité (sdiakite@extrafine.fr)
 * @copyright © 2025 Samuel Diakité
 */

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-demi.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-demi-italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-light-italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DIN 2014';
    src: url('din_2014-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
