/* ==========================================================================
   01-tokens.css — Aqua design tokens, Riverchase Dermatology
   --------------------------------------------------------------------------
   Authored from RCD's Uncode Theme Options export, not copied from the donor.

   The donor's token file mapped its semantics onto six Uncode palette slot IDs.
   All six exist on RCD under the same IDs holding different colours, and three
   carry inverted roles — slot 589256 is "almost black" on the donor and a near
   white here, slot 169803 is "light tan" there and primary text here. Values
   below are therefore literal, with the slot they came from noted.

   Uncode does not emit --uncode-palette-color-* variables on the RCD frontend,
   so nothing here may depend on them.
   ========================================================================== */

:root {
	/* ── Brand ────────────────────────────────────────────────────────────── */
	--aqua-accent:         #0057af; /* Riverchase Blue, Uncode slot color-210407; also the body link colour */
	--aqua-accent-dark:    #022d6a; /* Riverchase Darkest Blue, Uncode slot color-916765 */
	--aqua-accent-bright:  #bfebff; /* Riverchase Light Bright Blue, Uncode slot color-154758 */
	--aqua-ink:            #212223; /* Primary Text, Uncode slot color-169803 */
	--aqua-on-dark:        #ffffff; /* Text/icons on Uncode Style: Dark rows */
	--aqua-surface:        #f3f5f7; /* Accent, Uncode slot color-589256 */
	--aqua-surface-tint:   #eaeff4; /* Riverchase Light Gray Blue, Uncode slot color-lxmt */
	--aqua-border:         #dadfe2; /* Accent, Uncode slot color-206917 */
	--aqua-muted:          #4c545b; /* Riverchase Dark Gray, Uncode slot color-178134 */
	--aqua-muted-light:    #a0a7ae; /* Accent, Uncode slot color-146161 */

	/* ── Type ─────────────────────────────────────────────────────────────── */
	--aqua-font-heading:   'Literata', Georgia, serif;                                                           /* Uncode Theme Options font-201532, loaded from Google Fonts */
	--aqua-font-body:      'Instrument Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; /* Uncode Theme Options font-407663 */

	/* ── Section rhythm ───────────────────────────────────────────────────── */
	--aqua-px:             116px; /* donor horizontal section padding */
	--aqua-py:             120px; /* donor vertical section rhythm */

	/* ── Aliases expected by 02-elements.css (ported from Goodman --gd-*) ──
	   Without these, var(--aqua-border-dark) / var(--aqua-blue) are empty and
	   the location FAQ loses its dividers and question colour. */
	--aqua-almost-black: var(--aqua-ink);
	--aqua-blue:         var(--aqua-accent);
	--aqua-blue-gray:    var(--aqua-muted);
	--aqua-rose:         var(--aqua-accent);
	--aqua-dark-gray:    var(--aqua-muted);
	--aqua-light-blue:   var(--aqua-surface);
	--aqua-border-dark:  rgba(33, 34, 35, 0.20);
	--aqua-border-light: rgba(245, 254, 254, 0.20);
}
