:root {
  --paper: #fffafd;
  --paper-blue: #eefaff;
  --paper-pink: #fff1f7;
  --paper-lilac: #f6f2ff;
  --paper-yellow: #fffbea;
  --pink: #ffafd0;
  --pink-strong: #f45b98;
  --rose: #dc4f8e;
  --blue: #b7e7ff;
  --blue-strong: #67bfe9;
  --lilac: #d9c9ff;
  --ink: #3d3540;
  --ink-soft: #716872;
  --border-soft: #f0d7e2;
  --border-pink: #f4b5ce;
  --border-blue: #a9d9f0;
  --line: #a8e83e;
  --line-hover: #97d72f;
  --line-ink: #24420f;
  --white: #fffdfd;
  --font-display: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-body: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
  --card-title-size: clamp(1.25rem, 2.2vw, 1.55rem);
  --card-body-size: 1rem;
  --gutter: clamp(1rem, 4vw, 3rem);
  --max: 75rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --radius-sm: .75rem;
  --radius-md: 1.5rem;
  --radius-lg: 2rem;
  --radius-pill: 999px;
  --shadow-soft: 0 1.1rem 2.8rem rgba(218, 120, 165, .12);
  --ease: cubic-bezier(.16, 1, .3, 1);
}
