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

@font-face {
    font-family: 'D-DIN';
    src: url('d_din-bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

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

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