/* Setting Variables */
:root {
    --primaryColor: #0D1540;
    --bodyBackground: #F5F5F5;
    --containerBackground: #D6D6D6;
    --bodyTextColor: black;
    --bodyTextColorInverted: white;
    --defaultRadius: 0.8rem;

    /* Inputs */
    --inputBackground: #D6D6D6;
    --inputBackgroundLight: #5478de;
    --inputBackgroundDark: #4C4C4C;
    --inputPlaceholder: #8f9093;
    --inputBorder: #7c7e8c;
    --inputRadius: 0.4rem;

    /* Hovers */
    --hoverBlack: #00000035;
    --hoverRed: #FF9999;
    --hoverBlue: #7c7e8c;

    --red: #ff3737;
}
