/* -----------------------------------------------------------------------
   Media-responsive project brief template, copyright © 2022 Darren Wilson
   ----------------------------------------------------------------------- */
/* GLOBAL VARIABLES */
:root {
    --brandPrimary: #eb2d37;
    --brandSecondary: #808080;
    --brandTertiary: #808080;
    --bgColor: #e1dfdc;
    --hilight1: rgba(175, 13, 26, 0.2);
    --hilight2: rgba(58, 194, 239, 0.2);
    --hilight3: rgba(172, 230, 248, 0.2);
    --hilight1a: rgba(175, 13, 26, 0.2);
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.strike {
    color: var(--brandSecondary);
    text-decoration: line-through;
    text-decoration-color: red;
}
