/*
 * SuperNFC — Brand Theme
 * Edit ONLY this file to retheme the entire app.
 * Applies to: login.php, dashboard.php, header.php, footer.php
 * Does NOT apply to: vcard.php, admin/* (intentional)
 */
:root {
  /* ── Brand ── */
  --brand:      #005959;
  --brand-dark: #003d3d;
  --brand-bg:   rgba(0,89,89,0.1);
  --brand-lt:   #e6f4f4;

  /* ── Neutrals ── */
  --ink:        #080808;
  --ink-soft:   #2c2c2c;
  --muted:      #7a7a7a;
  --ghost:      #c0c0c0;
  --surface:    #ffffff;
  --wash:       #f0f5f5;
  --border:     #d6e6e6;

  /* ── Utility ── */
  --green:      #25D366;
  --red:        #c0392b;
  --red-bg:     #fff1f1;

  /* ── Radii ── */
  --radius-sm:   8px;
  --radius-md:  12px;
  --radius-lg:  18px;
  --radius-xl:  28px;
  --radius-pill:999px;

  /* ── Shadows ── */
  --shadow-card:   0 2px 12px rgba(0,89,89,0.08);
  --shadow-lifted: 0 8px 32px rgba(0,89,89,0.14);

  /* ── Easing ── */
  --E:  cubic-bezier(0.25,0.46,0.45,0.94);
  --ES: cubic-bezier(0.34,1.56,0.64,1);

  /* ── Typography ── */
  --font-display: 'Sora', sans-serif;
  --font-serif:   'Playfair Display', serif;
  --font-body:    'DM Sans', sans-serif;
}
