:root{
    --vert-foncer2 : #547f00;
    --vert-foncer : #99cc33; /*officiel*/
    --vert-claire : #ecffc8;
    --vert-claire2 : #c6e58d;
    --maron-foncer : #996633; /*officiel*/
    --jaune-foncer2 : #e3bf3c;
    --jaune-foncer : #f0cc48;
    --jaune-claire : #ffe68e;
    --jaune-claire-2 : #fae7a6;
    --bleu-claire : #c6f1ff;
    --bleu-foncer : #0099cc; /*officiel*/
    --rose-claire : #fed5ff;
    --rose-foncer2 : #f7a2f9;
    --rose-foncer3 : #e188e2;
    --rose-foncer : #780000;
    --rouge : #cc3333; /*officiel*/
}

/*
:root{
    --vert-foncer2 : #547f00;
    --vert-foncer : #abd25f;
    --vert-claire : #ecffc8;
    --vert-claire2 : #c6e58d;
    --maron-foncer : #a78b2a;
    --jaune-foncer2 : #e3bf3c;
    --jaune-foncer : #f0cc48;
    --jaune-claire : #ffe68e;
    --jaune-claire-2 : #fae7a6;
    --bleu-claire : #c6f1ff;
    --bleu-foncer : #34b1da;
    --rose-claire : #fed5ff;
    --rose-foncer2 : #f7a2f9;
    --rose-foncer3 : #e188e2;
    --rose-foncer : #780000;
}
*/

@font-face {
    font-family: 'Alfa_Slab_One';
    src: url('/fonts/Alfa_Slab_One/AlfaSlabOne-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Archivo_Black';
    src: url('/fonts/Archivo_Black/ArchivoBlack-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-Italic-VariableFont_wdth\,wght.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('/fonts/Fredoka/Fredoka-VariableFont_wdth\,wght.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenDys';
    src: url('/fonts/open-dyslexic-font/OpendyslexicRegular-nRLZ0.otf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenDys';
    src: url('/fonts/open-dyslexic-font/OpendyslexicBold-9Yo9n.otf') format('truetype');
    font-style: bold;
}

@font-face {
    font-family: 'OpenDys';
    src: url('/fonts/open-dyslexic-font/OpendyslexicItalic-lgd50.otf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Cooper';
    src: url('/fonts/Cooper/COOPBL.TTF') format('truetype');
    font-style: normal;
}


a, p, label {
    font-family: 'Fredoka';
}

h1, h2, h3, h4, h5, h6{
    /* font-family: 'Archivo_Black'; */
    font-family: Cooper;
}

body{
    margin: 0;
}

button, a{
    cursor: pointer;
}