:root {
  --primary: rgba(255, 80, 8, 1);
  --primary-100: rgba(255, 255, 134, 1);
  --primary-500: rgba(255, 140, 0, 1);
  --secondary: rgba(15, 186, 255, 1);
  --secondary-100: rgba(234, 245, 251, 1);
  --secondary-500: rgba(0, 194, 193, 1);
  --tertiary: rgba(0, 49, 101, 1);
  --tertiary-500: rgba(9, 103, 223, 1);
  --baseblack: rgba(34, 34, 34, 1);
  --basewhite: rgba(255, 255, 255, 1);
  --basegrey-01: rgba(247, 247, 247, 1);
  --basegrey-02: rgba(231, 231, 231, 1);
  --basegrey-03: rgba(143, 143, 143, 1);
  --h-1-font-family: "Shippori Mincho", Helvetica;
  --h-1-font-weight: 600;
  --h-1-font-size: 40px;
  --h-1-letter-spacing: 2px;
  --h-1-line-height: 160.0000023841858%;
  --h-1-font-style: normal;
  --h-2-font-family: "Shippori Mincho", Helvetica;
  --h-2-font-weight: 600;
  --h-2-font-size: 32px;
  --h-2-letter-spacing: 1.6px;
  --h-2-line-height: 160.0000023841858%;
  --h-2-font-style: normal;
  --h-3-font-family: "Shippori Mincho", Helvetica;
  --h-3-font-weight: 600;
  --h-3-font-size: 26px;
  --h-3-letter-spacing: 1.3px;
  --h-3-line-height: 139.9999976158142%;
  --h-3-font-style: normal;
  --subtitle-font-family: "Noto Sans JP", Helvetica;
  --subtitle-font-weight: 700;
  --subtitle-font-size: 22px;
  --subtitle-letter-spacing: 0px;
  --subtitle-line-height: 139.9999976158142%;
  --subtitle-font-style: normal;
  --button-font-family: "Noto Sans JP", Helvetica;
  --button-font-weight: 700;
  --button-font-size: 18px;
  --button-letter-spacing: 0px;
  --button-line-height: 120.00000476837158%;
  --button-font-style: normal;
  --button-small-font-family: "Noto Sans JP", Helvetica;
  --button-small-font-weight: 700;
  --button-small-font-size: 16px;
  --button-small-letter-spacing: 0px;
  --button-small-line-height: 120.00000476837158%;
  --button-small-font-style: normal;
  --body-1-font-family: "Noto Sans JP", Helvetica;
  --body-1-font-weight: 500;
  --body-1-font-size: 16px;
  --body-1-letter-spacing: 0px;
  --body-1-line-height: 160.0000023841858%;
  --body-1-font-style: normal;
  --body-2-font-family: "Noto Sans JP", Helvetica;
  --body-2-font-weight: 400;
  --body-2-font-size: 12px;
  --body-2-letter-spacing: 0px;
  --body-2-line-height: 160.0000023841858%;
  --body-2-font-style: normal;
  --accent-font-family: "Cormorant Garamond", Helvetica;
  --accent-font-weight: 700;
  --accent-font-size: 120px;
  --accent-letter-spacing: 0px;
  --accent-line-height: 160.0000023841858%;
  --accent-font-style: normal;
  --size-space-300: 12px;
  --size-space-600: 24px;
  --size-space-200: 8px;
  --size-space-0: 0px;
  --size-space-100: 4px;
  --size-space-400: 16px;
  --size-space-800: 32px;
  --size-radius-200: 8px;
  --size-space-1200: 48px;
  --size-space-1600: 64px;
  --size-radius-400: 16px;
}
