
:root {
    /* Logo */
    --logo-color-one: #393e41;
    --logo-color-two: #cd5c5c;

    /* Backgrounds */
    --accentBackground: #ffffff;
    --footerBackground: #ffffff;

    /* Fonts */
    --primaryTextColor: #393e41;
    --footerFont: #393e41;
    --inputFont: #131313;

    /* Accent */
    --accentColor: #336db2;

    /* Buttons */
    --primaryButton: #336db2;
    --primaryButtonHover: #ffffff;
    --primaryButtonFont: #ffffff;
}