/* :root {
    --font-kit-base-font: 16;
    --font-kit-contrast: 2;
    --font-kit-header-font: 'Public Sans';
    --font-kit-header-font-weight: 700;
    --font-kit-header-line-height: 1.3;
    --font-kit-header-letter-spacing: -0.8px;
    --font-kit-header-transform: none;
    --font-kit-text-font: 'Inter', sans-serif;
    --font-kit-text-font-weight: 400;
    --font-kit-text-line-height: 1.5;
    --font-kit-text-letter-spacing: 0px;
    --font-kit-text-transform: none;
    --font-kit-text-font-weight-bold: 700;
    --color-kit-white: #FFFFFF;
    --color-kit-white-array: 255,255,255;
    --color-kit-black: #000000;
    --color-kit-black-array: 0,0,0;
    --color-kit-light: #F8F8FB;
    --color-kit-light-array: 248,248,251;
    --color-kit-dark: #262335;
    --color-kit-dark-array: 38,35,53;
    --color-kit-key1: #6236FF;
    --color-kit-key1-array: 98,54,255;
    --color-kit-key2: #FD9800;
    --color-kit-key2-array: 253,152,0;
  } */