:root {
    --color-primary: #28d927;
    --color-secondary: #da0c05;
    --color-accent: #863831;
    --color-background: #eceedf;
    --color-text: #868e96;
    --color-black: #000;
    --color-white: #fff;

    --font-body: "Open Sans", Arial, sans-serif;
    --font-cursive: "Sacramento", cursive;
    --font-brand: "DavidVincentEtSesMutants", cursive;
}

@font-face {
    font-family: 'DavidVincentEtSesMutants';
    src: url("../fonts/DavidVincentEtSesMutants-bT6tX7y.otf");
}
