/* ============================================================
   yusufaw.me — shared theme tokens (mirrored from cdn.yusufaw.me/theme.css)
   Single source of truth for the brand accent across all sites.
   Keep these values in sync with the CDN copy.
   ============================================================ */
:root {
  --accent: #2a737e;          /* primary brand accent (teal) */
  --accent-hover: #235f69;    /* darker shade for hover / active */
  --accent-soft: #e2eef0;     /* light tint for soft backgrounds */
  --accent-2: #4f9aa6;        /* lighter accent, e.g. gradient end */
  --accent-rgb: 42, 115, 126; /* accent as R,G,B for use in rgba() */
  --accent-border: #c2dbdf;   /* subtle accent-tinted border */
}
