:root {
    /* Définition des couleurs */
    --primary: #F6C800;
    --secondary: #2B4C5F;
    --three: #fbf8ea;
    --text-light: #fff;
    --text-light-300: #cecdcd;
    --text-dark: #2d2d2d;
    --text-dark-300: #525252;
    /* Définition des variables des polices */
    --text-font: "Montserrat", sans-serif;
    --title-font: "Panton Narrow", sans-serif;
    --replace-font: "Intro Rust L Base 2 Line", sans-serif;
    /* Définition des variables des marges */
    --marginX: 200px;
    --marginY: 100px;
}