/*
Theme Name: GeneratePress Child
Template: generatepress
Description: Theme enfant de GeneratePress pour cyrillebrotto.com
Version: 1.0.0
*/

@font-face {
    font-family: 'DIN Pro';
    src: url('fonts/DINPro-Regular.woff2') format('woff2'),
         url('fonts/DINPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro Condensed';
    src: url('fonts/DINPro-CondensedBold.woff2') format('woff2'),
         url('fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
textarea {
    font-family: 'DIN Pro', system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DIN Pro Condensed', 'DIN Pro', system-ui, sans-serif;
    text-transform: uppercase;
}
