/*
Theme Name: Foto Stolte
Theme URI: https://fotostolte.nl
Description: WordPress theme for Foto Stolte – Zutphen
Author: Foto Stolte
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: fotostolte
*/

/* ── Design Tokens ─────────────────────────────────────── */
:root {
  --brand:    #155B70;
  --brandlt:  #1A7A94;
  --branddk:  #0D3E4F;
  --brandbg:  #EAF3F6;
  --brandbg2: #D4E9EF;
  --page:     #F6FAFB;
  --card:     #FFFFFF;
  --txt:      #1E3A42;
  --txtsub:   #3D6272;
  --muted:    #6B8A94;
  --divclr:   #C4DCE4;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'DM Sans', system-ui, sans-serif;

  --max-content: 80rem;
  --px: clamp(1.25rem, 3vw, 3.5rem);
}
