:root { font-size: 16px; font-weight: 400; line-height: 1.65; font-family: $mainFontStack; --body-background: #efefef; --body-color: #212121; --header-background: #ffffff; --header-color: var(--accent-1); --footer-background: #212121; --footer-color: #ffffff; --accent-1: hsl(36, 100%, 50%); --accent-2: hsl(36, 100%, 60%); --accent-3: hsl(36, 100%, 70%); --accent-4: hsl(36, 100%, 80%); --accent-5: hsl(36, 100%, 90%); --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); } $floatingRadius: 0.5rem; $breakpointTablet: 480px; $breakpointDesktop: 1024px;