/* --- Colors --- */
:root {
    --main: #9B171B;
    --main-secondary: #1F756D;

    --main-lighter: #F5ECEA;

    --body-color: #222222;
    --body-light: #666;

    --cta-green: #71a92a;
    --grey: #ced4da;
    --grey-light: #e4e4e4;
    --grey-bg: #f2f2f2;
}