:root {
--c-primary: rgb(28,28,26);
--c-primaryFont: white;
--c-secondary: rgb(212,175,55);
--c-secondaryFont: black;
--c-tertiary: rgb(255,255,255);
--c-tertiaryFont: black;
--font-main: 'Bitter';
--footer-columns: 1fr 1fr 1fr 1fr 1fr;
--hero-height-desktop: 500px;
--hero-height-mobile: 300px;
--top-logo-height: 100px;
--width-middle: 1200px;
--width-narrow: 960px;
--width-wide: 1536px;
}