/* #region COMPANY COLORS */
:root {
    --font-sans: 'Red Hat Display', sans-serif;
    --color-bg: #2b3646;
    --color-text: #ffffff;
    --color-muted: #b8c2d0;
    --color-border: #4a5568;
    --color-accent: #cca541;
    --color-accent-h: #e0c06a;
    --clr-navy: #2b3646;
    --clr-gold: #cca541;
    --clr-blue: #607b9f;
    --clr-blue-h: #407bca;
}
/* #endregion */
