:root {
    --primaryBackgroundColor: #002c54;
    --primaryBackgroundColorHighlighted: #084b88;
    --primaryColor: white;

    --defaultFontFamily: Arial, Helvetica, sans-serif;

    --borderRadius: 7px;

    --inputBackgroundColor: #f7f7f7;
}
