:root { --bricks-color-grey-100: #f5f5f5; --bricks-color-grey-300: #e0e0e0; --bricks-color-grey-500: #9e9e9e; --bricks-color-grey-700: #616161; --bricks-color-grey-800: #424242; --bricks-color-grey-900: #212121; --bricks-color-yellow: #ffeb3b; --bricks-color-amber: #ffc107; --bricks-color-orange: #ff9800; --bricks-color-deep-orange: #ff5722; --bricks-color-red: #f44336; --bricks-color-purple: #9c27b0; --bricks-color-blue: #2196f3; --bricks-color-light-blue: #03a9f4; --bricks-color-sky-blue: #81D4FA; --bricks-color-green: #4caf50; --bricks-color-light-green: #8bc34a; --bricks-color-lime: #cddc39; --primary: hsl(215 100% 21.4%); --primary-l-1: hsl(215, 46%, 37%); --primary-l-2: hsl(215, 27%, 53%); --primary-l-3: hsl(215, 27%, 69%); --primary-l-4: hsl(215, 27%, 84%); --primary-d-1: hsl(215, 100%, 17%); --primary-d-2: hsl(215, 100%, 13%); --primary-d-3: hsl(215, 100%, 9%); --primary-d-4: hsl(215, 100%, 4%); --primary-t-1: hsla(215, 100%, 21%, 0.2); --primary-t-2: hsla(215, 100%, 21%, 0.4); --primary-t-3: hsla(215, 100%, 21%, 0.6); --primary-t-4: hsla(215, 100%, 21%, 0.8); --secondary: hsl(6 81.7% 42.7%); --secondary-l-1: hsl(6, 61%, 54%); --secondary-l-2: hsl(6, 61%, 66%); --secondary-l-3: hsl(6, 61%, 77%); --secondary-l-4: hsl(6, 61%, 89%); --secondary-d-1: hsl(6, 82%, 34%); --secondary-d-2: hsl(6, 82%, 26%); --secondary-d-3: hsl(6, 82%, 17%); --secondary-d-4: hsl(6, 82%, 9%); --secondary-t-1: hsla(6, 82%, 43%, 0.2); --secondary-t-2: hsla(6, 82%, 43%, 0.4); --secondary-t-3: hsla(6, 82%, 43%, 0.6); --secondary-t-4: hsla(6, 82%, 43%, 0.8); --text: hsl(0 0% 25.9%); --text-l-1: hsl(0, 0%, 41%); --text-l-2: hsl(0, 0%, 56%); --text-l-3: hsl(0, 0%, 70%); --text-l-4: hsl(0, 0%, 85%); --text-t-1: hsla(0, 0%, 26%, 0.2); --text-t-2: hsla(0, 0%, 26%, 0.4); --text-t-3: hsla(0, 0%, 26%, 0.6); --text-t-4: hsla(0, 0%, 26%, 0.8); --dark: hsl(0 0% 14.9%); --light-bg: hsl(0 0% 89.8%); --black: hsl(0 0% 0%); --black-t-1: hsla(0, 0%, 0%, 0.2); --black-t-2: hsla(0, 0%, 0%, 0.4); --black-t-3: hsla(0, 0%, 0%, 0.6); --black-t-4: hsla(0, 0%, 0%, 0.8); --white: #ffffff; --white-d-1: #cccccc; --white-d-2: #999999; --white-d-3: #666666; --white-d-4: #333333; --white-t-1: hsla(0, 0%, 100%, 0.2); --white-t-2: hsla(0, 0%, 100%, 0.4); --white-t-3: hsla(0, 0%, 100%, 0.6); --white-t-4: hsla(0, 0%, 100%, 0.8); --orange: hsl(17 100% 58%); --blue: hsl(199 90.9% 42.9%); --space-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --space-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --space-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --space-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --space-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --space-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --space-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem);}