:root {

    /* Couleurs principales */
    --ortec-primary: #0099f9;
    --ortec-secondary: #1067fd;

    /* Couleurs d'accent */
    --ortec-accent: #1067fd;

    /* Texte */
    --ortec-text: #010036;
    --ortec-text-light: #1067fd;

    /* Fonds */
    --ortec-background: #e3e3e3;
    --ortec-background-alt: #e5e5e5;

}