: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; --white: #FFF; --blue: #2165ea; --black: #0a0a0a; --yellow-light: #fffaec; --gray-light: #f7f8fc; --blue-dark: #0c1938; --orange: #ef7225; --blue-gray: #879ab3; --gray: #70707b; --blue-light: #e8ecfb; --gray-border: #e4e4e4; --blue-gray-darker: #5e7498; --text-2xs: clamp(0.56rem, calc(0.0019259259259259242 * (100vw - 22.5rem) + 0.56rem), 0.69rem); --text-xs: clamp(0.63rem, calc(0.0017777777777777776 * (100vw - 22.5rem) + 0.63rem), 0.75rem); --text-s: clamp(0.75rem, calc(0.001925925925925926 * (100vw - 22.5rem) + 0.75rem), 0.88rem); --text-m: clamp(0.88rem, calc(0.0017777777777777776 * (100vw - 22.5rem) + 0.88rem), 1rem); --text-l: clamp(1rem, calc(0.0019259259259259242 * (100vw - 22.5rem) + 1rem), 1.13rem);; --text-xl: clamp(1.37rem, calc(0.006074074074074073 * (100vw - 22.5rem) + 1.37rem), 1.78rem); --text-2xl: clamp(1.71rem, calc(0.00977777777777778 * (100vw - 22.5rem) + 1.71rem), 2.37rem); --text-3xl: clamp(2.14rem, calc(0.015111111111111112 * (100vw - 22.5rem) + 2.14rem), 3.16rem); --text-4xl: clamp(2.67rem, calc(0.022814814814814816 * (100vw - 22.5rem) + 2.67rem), 4.21rem); --text-5xl: clamp(3.34rem, calc(0.033629629629629634 * (100vw - 22.5rem) + 3.34rem), 5.61rem); --space-4xs: clamp(0.33rem, calc(-0.002518518518518519 * (100vw - 22.5rem) + 0.33rem), 0.16rem); --space-3xs: clamp(0.41rem, calc(-0.00237037037037037 * (100vw - 22.5rem) + 0.41rem), 0.25rem); --space-2xs: clamp(0.51rem, calc(-0.002074074074074074 * (100vw - 22.5rem) + 0.51rem), 0.37rem); --space-xs: clamp(0.64rem, calc(-0.0011851851851851845 * (100vw - 22.5rem) + 0.64rem), 0.56rem); --space-s: clamp(0.8rem, calc(0.0004444444444444432 * (100vw - 22.5rem) + 0.8rem), 0.83rem); --space-m: clamp(1rem, calc(0.003703703703703704 * (100vw - 22.5rem) + 1rem), 1.25rem); --space-l: clamp(1.25rem, calc(0.009333333333333332 * (100vw - 22.5rem) + 1.25rem), 1.88rem); --space-xl: clamp(1.56rem, calc(0.018518518518518517 * (100vw - 22.5rem) + 1.56rem), 2.81rem); --space-2xl: clamp(1.95rem, calc(0.03362962962962962 * (100vw - 22.5rem) + 1.95rem), 4.22rem); --space-3xl: clamp(2.44rem, calc(0.057629629629629635 * (100vw - 22.5rem) + 2.44rem), 6.33rem); --space-4xl: clamp(3.05rem, calc(0.09540740740740741 * (100vw - 22.5rem) + 3.05rem), 9.49rem); --space-5xl: clamp(3.81rem, calc(0.15451851851851853 * (100vw - 22.5rem) + 3.81rem), 14.24rem);}.bg-white { background-color: var(--white); }.bg-blue { background-color: var(--blue); }.bg-black { background-color: var(--black); }.bg-yellow-light { background-color: var(--yellow-light); }.bg-gray-light { background-color: var(--gray-light); }.bg-blue-dark { background-color: var(--blue-dark); }.bg-orange { background-color: var(--orange); }.bg-blue-gray { background-color: var(--blue-gray); }.bg-blue-light { background-color: var(--blue-light); }.text-2xs { font-size: var(--text-2xs); }.text-xs { font-size: var(--text-xs); }.text-s { font-size: var(--text-s); }.text-m { font-size: var(--text-m); }.text-l { font-size: var(--text-l); }.text-xl { font-size: var(--text-xl); }.text-2xl { font-size: var(--text-2xl); }.text-3xl { font-size: var(--text-3xl); }.text-4xl { font-size: var(--text-4xl); }.text-5xl { font-size: var(--text-5xl); }