/* Variables */
:root{
    --black:   hsla(0,0%,0%,1.00);

    --grey20:  hsla(0,0%,20%,1.00);
    --grey40:  hsla(0,0%,40%,1.00);
    --grey60:  hsla(0,0%,60%,1.00);
    --grey80:  hsla(0,0%,80%,1.00);

    --white:   hsla(0,0%,100%,1.00);

    --col-A1:  #F4540D;
    --col-A2:  #E6D398;
    --col-B1:  #E6D398;

    --Unica:   'Unica', Helvetica, Arial, sans-serif;
    --Grafier: 'GrafierDisplay', Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
