{
  "--gray-dark": "#1a2224",
  "--gray-deep": "#4D5255",
  "--gray": "#757D82",
  "--gray-light": "#C7CACC",
  "--gray-lighter": "#E4E6E7",
  "--gray-faint": "#F7F8F8",

  "--pink-dark": "#800C3C",
  "--pink-deep": "#BA1258",
  "--pink": "#FA428F",
  "--pink-light": "#FABDD6",
  "--pink-lighter": "#FCD4E4",
  "--pink-faint": "#FDEEF4",

  "--red-dark": "#741806",
  "--red-deep": "#B6290D",
  "--red": "#EB3814",
  "--red-light": "#F8C4B9",
  "--red-lighter": "#FED7CD",
  "--red-faint": "#FDEBE7",

  "--orange-dark": "#773503",
  "--orange-deep": "#AE4B04",
  "--orange": "#E46707",
  "--orange-light": "#FCC295",
  "--orange-lighter": "#FEDEC5",
  "--orange-faint": "#FFF3EB",

  "--yellow-dark": "#625204",
  "--yellow-deep": "#8E740B",
  "--yellow": "#F3E444",
  "--yellow-light": "#FAF29E",
  "--yellow-lighter": "#FBF7D0",
  "--yellow-faint": "#FDFBE7",

  "--green-dark": "#13582F",
  "--green-deep": "#1F7A43",
  "--green": "#2AA75C",
  "--green-light": "#AAE1C0",
  "--green-lighter": "#D3F0DE",
  "--green-faint": "#EAFBF1",

  "--blue-dark": "#072E64",
  "--blue-deep": "#0B428E",
  "--blue": "#0F71FA",
  "--blue-light": "#91B7EE",
  "--blue-lighter": "#C8DAF4",
  "--blue-faint": "#E8F1FC",

  "--purple-dark": "#512392",
  "--purple-deep": "#6E2FC6",
  "--purple": "#9669D5",
  "--purple-light": "#DBCEED",
  "--purple-lighter": "#E7E0F1",
  "--purple-faint": "#F3F1F6",

  "--darken5": "rgba(26, 34, 36, 0.05)",
  "--darken10": "rgba(26, 34, 36, 0.1)",
  "--darken25": "rgba(26, 34, 36, 0.25)",
  "--darken50": "rgba(26, 34, 36, 0.5)",
  "--darken75": "rgba(26, 34, 36, 0.75)",

  "--lighten5": "rgba(255, 255, 255, 0.05)",
  "--lighten10": "rgba(255, 255, 255, 0.1)",
  "--lighten25": "rgba(255, 255, 255, 0.25)",
  "--lighten50": "rgba(255, 255, 255, 0.5)",
  "--lighten75": "rgba(255, 255, 255, 0.75)",

  "--black": "#000",
  "--white": "#fff",
  "--transparent": "transparent",

  "--disabled10": "rgba(158, 163, 167, 0.1)",
  "--disabled25": "rgba(158, 163, 167, 0.25)",
  "--disabled75": "rgba(158, 163, 167, 0.75)",

  "--border-radius": "4px",
  "--border-radius-bold": "8px",
  "--border-radius-full": "9999px",

  "--transition": "0.125s",

  "--focus-shadow": "0 0 0 3px rgba(137, 199, 216, 0.65)",

  "--font-size-h1": "36px",
  "--font-size-h2": "30px",
  "--font-size-h3": "24px",
  "--font-size-h4": "20px",
  "--font-size-h5": "16px",

  "--line-height-h1": "45px",
  "--line-height-h2": "36px",
  "--line-height-h3": "30px",
  "--line-height-h4": "25px",
  "--line-height-h5": "20px",

  "--font-size-xl": "30px",
  "--font-size-l": "20px",
  "--font-size-m": "16px",
  "--font-size-ms": "14px",
  "--font-size-s": "12px",
  "--font-size-xs": "10px",

  "--line-height-xl": "45px",
  "--line-height-l": "30px",
  "--line-height-m": "24px",
  "--line-height-ms": "21px",
  "--line-height-s": "18px",
  "--line-height-xs": "15px",

  "--font-stack-base": "'Open Sans', sans-serif",
  "--font-stack-mono":
    "'Menlo', 'Bitstream Vera Sans Mono', 'Monaco', 'Consolas', monospace"
}
