:root {
    /* Polices */
    --font-family: 'prompt', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-size-small-mobile: 1.2rem;
    --font-size-base: 1.6rem;
    --font-size-base-mobile: 1.4rem;
    /* Couleurs */
    --gray-600: #667070;
    --gray-025: #EDF1F1;
    --light-gray: #F1F2F2;
    --transparent-gray: rgba(0, 0, 0, 0.08);
    --transparent-black: rgba(0, 0, 0, 0.64);
    --black: #000;
    --white: #FFF;
    --yellow: #F7D720;
    --green: #339400;
    --cyan: #4BC6B9;
    --red: #C90303;
    --orange: #E65E00;
    --neutrals-gray: #0a0e0e;
    --efx-overlay-inverted-56: rgb(255, 255, 255, 0.56);
    --efx-overlay-04: rgb(0, 0, 0, 0.04);
    /* Specific spacings */
    --spacer-pop-tiny: .8rem;
    --spacer-pop-small: 1.6rem;
    --spacer-pop-medium: 2.4rem;
    --spacer-pop-large: 3.2rem;
    --spacer-pop-ultra-large: 6.4rem;
    --margin-padding-gutter-double: 4.8rem;
    /* Border */
    --border-radius: .8rem;
    --border-radius-small: .4rem;
    --border-radius-large: 1.6rem;
    --radius-rad-xl: 2.4rem;

    /* Shadows */
    --box-shadow-medium: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 8px 16px 0 rgba(0, 0, 0, 0.20);
}
