: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: #E63946; --secondary: #3C91E6; --text: #031927; --dark: #121316; --light: #F9F9F9; --black: #000000; --white: #ffffff; --primary-d-1: #99262f; --primary-d-2: #4d1317; --primary-l-1: #ee7b84; --primary-l-2: #f7bdc1; --secondary-l-1: #7db6ee; --secondary-l-2: #bedaf7; --secondary-d-1: #286199; --secondary-d-2: #14304d; --dark-t-1: hsla(225, 10%, 8%, 0.17); --dark-t-2: hsla(225, 10%, 8%, 0.33); --dark-t-3: hsla(225, 10%, 8%, 0.5); --dark-t-4: hsla(225, 10%, 8%, 0.67); --dark-t-5: hsla(225, 10%, 8%, 0.83); --dark-l-1: #393a3d; --dark-l-2: #616264; --dark-l-3: #89898b; --dark-l-4: #b0b0b1; --dark-l-5: #d8d8d8; --dark-d-1: #0f1012; --dark-d-2: #0c0d0f; --dark-d-3: #090a0b; --dark-d-4: #060607; --dark-d-5: #030304; --text-2xs: clamp(0.82rem, calc(0.00018518518518518534 * (100vw - 36rem) + 0.82rem), 0.84rem); --text-xs: clamp(1.02rem, calc(0.0010185185185185173 * (100vw - 36rem) + 1.02rem), 1.13rem); --text-s: clamp(1.28rem, calc(0.002037037037037037 * (100vw - 36rem) + 1.28rem), 1.5rem); --text-m: clamp(1.6rem, calc(0.003703703703703703 * (100vw - 36rem) + 1.6rem), 2rem); --text-l: clamp(2rem, calc(0.0062037037037037035 * (100vw - 36rem) + 2rem), 2.67rem); --text-xl: clamp(2.5rem, calc(0.00972222222222222 * (100vw - 36rem) + 2.5rem), 3.55rem); --text-2xl: clamp(3.13rem, calc(0.014907407407407411 * (100vw - 36rem) + 3.13rem), 4.74rem);}.bg-primary { background-color: var(--primary); }.bg-primary-d-1 { background-color: var(--primary-d-1); }.bg-primary-d-2 { background-color: var(--primary-d-2); }.bg-primary-l-1 { background-color: var(--primary-l-1); }.bg-primary-l-2 { background-color: var(--primary-l-2); }.bg-dark { background-color: var(--dark); }.bg-dark-t-1 { background-color: var(--dark-t-1); }.bg-dark-t-2 { background-color: var(--dark-t-2); }.bg-dark-t-3 { background-color: var(--dark-t-3); }.bg-dark-t-4 { background-color: var(--dark-t-4); }.bg-dark-t-5 { background-color: var(--dark-t-5); }.bg-dark-l-1 { background-color: var(--dark-l-1); }.bg-dark-l-2 { background-color: var(--dark-l-2); }.bg-dark-l-3 { background-color: var(--dark-l-3); }.bg-dark-l-4 { background-color: var(--dark-l-4); }.bg-dark-l-5 { background-color: var(--dark-l-5); }.bg-dark-d-1 { background-color: var(--dark-d-1); }.bg-dark-d-2 { background-color: var(--dark-d-2); }.bg-dark-d-3 { background-color: var(--dark-d-3); }.bg-dark-d-4 { background-color: var(--dark-d-4); }.bg-dark-d-5 { background-color: var(--dark-d-5); }.bg-light { background-color: var(--light); }.bg-black { background-color: var(--black); }.bg-white { background-color: var(--white); }.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); }