:root {
    /* Originals */
    --theme-primary: #F39200;
    --theme-secondary: #811A20;
    --theme-tertiary: #F8F4F9;
    --theme-dark: #071437;
    --theme-light: #fcfcfc;

    /* Hovers */
    /* --theme-primary-hover: #B77513; */
    --theme-primary-hover: #C27A10;
    /* --theme-secondary-hover: #59181C; */
    --theme-secondary-hover: #6F1C21;
}
