 :root { --blue: #0072CE; --red: #CE0003; --accent-blue: #222e35; --accent-white: #636a6f; --bg-black: #0e0e0e; --gray: #424242; --gray-bg: #fafafa; --white: #ffffff; --error: var(--red);  --header-height: ; --header-height-mobile: ; --gap: 1rem; --slider-arrow-size: 2.5rem; --transition-duration: 0.5s; --transition: ease var(--transition-duration); } @media (max-width: 991px) { :root { --header-height: var(--header-height-mobile); } }  @media (max-width: 600px) { body.bricks-is-frontend.admin-bar #brx-header.sticky.scrolling { top: 0; } }  html, body { font-family: "Noto Sans"; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--gray); } body { overflow-x: clip; } ::selection { background-color: rgba(var(--gray), 0.8); color: var(--white); }