:root {
    /* Color styles */
    --red: rgba(100, 00, 00, 1);
    --red2: rgba(133,6,6,1);
    --red-section: rgba(128,53,53,1);
    --red3: rgba(50,00,00,1);
    --lightblue: rgba(106, 110, 170, 1);
    --orange: rgba(220, 158, 35, 1);
    --black: rgba(0, 0, 0, 1);
    --gray-800: rgba(37, 37, 37, 1);
    --gray-600: rgba(123, 123, 123, 1);
    --gray-200: rgba(247, 247, 247, 1);
    --white: rgba(255, 255, 255, 1);

    /* Text-size styles */
    /* base size: text--l-regular (16px) */
    --text-4xl: 2.62rem;
    --text-xxxl: 2.19rem;
    --text-xxl: 1.5rem;
    --text-xl: 1.38rem;
    --text-lg: 1.06rem;
    --text-l: 1rem;
    --text-md: 0.88rem;
    --text-s: 0.75rem;
    --text-xs: 0.62rem;

    /* Font-family styles */
    --font-sans-serif: "Inter", sans-serif;
    --font-serif: "Playfair Display", serif;

    /* Espaces */
    --space1x: 10px;
    --space2x: 20px;
    --space3x: 40px;
    --space4x: 80px;
    --space5x: 120px;
}