/* Option 1 — Corail Studio : app-like clair, dégradés corail/rose, arrondis */
:root {
  --c-primary: #fd297b;
  --c-primary-2: #ff655b;
  --grad: linear-gradient(90deg, #ff655b, #fd297b);
  --c-accent: #e0245e;
  --c-bg: #ffffff;
  --c-surface: #ffffff;
  --c-surface-2: #fff0f3;
  --c-text: #20242f;
  --c-muted: #6b7080;
  --c-border: #f2e4e8;
  --c-online: #2bd97c;
  --c-hero-bg: linear-gradient(120deg, #fd297b, #ff655b);
  --c-hero-text: #ffffff;
  --c-footer-bg: #20242f;
  --c-footer-text: #c9ccd6;
  --radius: 18px;
  --radius-btn: 99px;
  --shadow: 0 8px 26px rgba(32, 36, 47, .10);
  --font-head: 'Poppins', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --head-weight: 800;
  --head-style: normal;
  --tag-transform: none;
  --tag-spacing: 0;
  --border-w: 0px;
}
