/* Variables */

:root {

    /* Colours  */
    --red: #EB2C49;
    --red-90: #EB2C49e6;
    --gray-main: #4b4d50cc;
    --gray-mid: #64686e;
    --gray-mid-75: #64686ebf;
    --gray-dark: #5d6162;
    --gray-dark-90: #5d6162e6;
    --gray-lighter: #a7a8ab;
    --gray-light: #dfdfe0;
    --gray-footer: #cccccc;
    --gray-lightest: #f2f2f2;
    --bs-breadcrumb-divider-color: #ffffff;
}