:root {
  --color-main: #252b37;
  --color-accent: #00b835;
  --color-accent-2: #9EC426;
  --color-sub: #4a6978;
  --color-base: #30454f;
  --color-border: #b3bac4;
  --color-bg-base: #fafaf9;
  --color-bg: #efeeee;
  --color-pallet-white: #ffffff;
  --color-pallet-red: #ff3a3a;
  --color-pallet-blue: #79c9ce;
  --color-pallet-sky: #6DE1FC;
  --color-pallet-pink: #F78A84;
  --color-pallet-navy: #3C49AA;
  --color-pallet-yellow: #F6FC03;

  --font-sans: "M PLUS 1p", sans-serif;
  --font-yusei: "Yusei Magic", sans-serif;
  --font-roboto: "Roboto", sans-serif;

  --text-xs: 11px;
  --text-sm: clamp(0.813rem, 0.645rem + 0.68vw, 1rem);
  --text-sm-2: 14px;
  --text-md: 15px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: clamp(1.25rem, 1.027rem + 0.91vw, 1.5rem);
  --text-2xl: 24px;
  --text-3xl: clamp(1.75rem, 1.082rem + 2.72vw, 2.5rem);
  --text-4xl: 40px;
  --text-5xl: 50px;

  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 40px;
  --space-2xl: 64px;

  --radius-btn: 8px;
  --radius-frame: 24px;
  --radius-pill: 32px;

  --shadow-card: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-btn-outer: 0 2px 2px rgba(153, 153, 153, 0.4);
  --shadow-btn-inner: inset 0 -2px 0 rgba(0, 0, 0, 0.25);
  --shadow-btn-primary-inset: inset 0 4px 4px rgba(0, 255, 73, 0.4);
  --shadow-header: 0 2px 4px rgba(0, 0, 0, 0.1);
  --gradation-btn: linear-gradient(180deg, var(--color-accent) 22%, #088e2f 100%);
  --gradation-btn-hover: linear-gradient(180deg, #02ca3b 22%, var(--color-accent-2) 100%);

  --content-max: 834px;
  --content-min: 393px;
  --header-height: 70px;
}
