:root { --britt-primary: #F192BC; --britt-primary-t-1: hsla(333, 77%, 76%, 0.09); --britt-primary-t-2: hsla(333, 77%, 76%, 0.18); --britt-primary-t-3: hsla(333, 77%, 76%, 0.27); --britt-primary-t-4: hsla(333, 77%, 76%, 0.36); --britt-primary-t-5: hsla(333, 77%, 76%, 0.45); --britt-primary-t-6: hsla(333, 77%, 76%, 0.55); --britt-primary-t-7: hsla(333, 77%, 76%, 0.64); --britt-primary-t-8: hsla(333, 77%, 76%, 0.73); --britt-primary-t-9: hsla(333, 77%, 76%, 0.82); --britt-primary-t-10: hsla(333, 77%, 76%, 0.91); --britt-primary-d-1: #db85ab; --britt-primary-d-2: #c5779a; --britt-primary-d-3: #af6a89; --britt-primary-d-4: #995d78; --britt-primary-d-5: #835067; --britt-primary-d-6: #6e4255; --britt-primary-d-7: #583544; --britt-primary-d-8: #422833; --britt-primary-d-9: #2c1b22; --britt-primary-d-10: #160d11; --britt-primary-l-1: #f29cc2; --britt-primary-l-2: #f4a6c8; --britt-primary-l-3: #f5b0ce; --britt-primary-l-4: #f6bad4; --britt-primary-l-5: #f7c4da; --britt-primary-l-6: #f9cde1; --britt-primary-l-7: #fad7e7; --britt-primary-l-8: #fbe1ed; --britt-primary-l-9: #fcebf3; --britt-primary-l-10: #fef5f9; --britt-secondary: #9e9e9eb3; --text-light: rgba(255,255,255,0.65); --light-grey: #EAEAEA; --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; --space-2xs: clamp(0.68rem, calc(0.000277777777777777 * (100vw - 36rem) + 0.68rem), 0.71rem); --space-xs: clamp(0.9rem, calc(0.0015740740740740745 * (100vw - 36rem) + 0.9rem), 1.07rem); --space-s: clamp(1.2rem, calc(0.003703703703703705 * (100vw - 36rem) + 1.2rem), 1.6rem); --space-m: clamp(1.6rem, calc(0.007407407407407406 * (100vw - 36rem) + 1.6rem), 2.4rem); --space-l: clamp(2.13rem, calc(0.013611111111111114 * (100vw - 36rem) + 2.13rem), 3.6rem); --space-xl: clamp(2.84rem, calc(0.02370370370370371 * (100vw - 36rem) + 2.84rem), 5.4rem); --space-2xl: clamp(3.79rem, calc(0.039907407407407405 * (100vw - 36rem) + 3.79rem), 8.1rem); --text-h7: clamp(0.93rem, calc(0.0008333333333333331 * (100vw - 36rem) + 0.93rem), 1.02rem); --text-h6: clamp(1.11rem, calc(0.0015740740740740734 * (100vw - 36rem) + 1.11rem), 1.28rem); --text-h5: clamp(1.33rem, calc(0.0025 * (100vw - 36rem) + 1.33rem), 1.6rem); --text-h4: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-h3: clamp(1.92rem, calc(0.005370370370370371 * (100vw - 36rem) + 1.92rem), 2.5rem); --text-h2: clamp(2.3rem, calc(0.0076851851851851855 * (100vw - 36rem) + 2.3rem), 3.13rem); --text-h1: clamp(2.76rem, calc(0.010648148148148151 * (100vw - 36rem) + 2.76rem), 3.91rem);}.gap-2xs { gap: var(--space-2xs); }.gap-xs { gap: var(--space-xs); }.gap-s { gap: var(--space-s); }.gap-m { gap: var(--space-m); }.gap-l { gap: var(--space-l); }.gap-xl { gap: var(--space-xl); }.gap-2xl { gap: var(--space-2xl); }.text-h7 { font-size: var(--text-h7); }.text-h6 { font-size: var(--text-h6); }.text-h5 { font-size: var(--text-h5); }.text-h4 { font-size: var(--text-h4); }.text-h3 { font-size: var(--text-h3); }.text-h2 { font-size: var(--text-h2); }.text-h1 { font-size: var(--text-h1); }