/*
Theme Name: Bygentreprise
Theme URI: https://bygentreprise.dk
Author: Bygentreprise
Description: Danmarks byggeportal – guides, priser og håndværkere.
Version: 1.3.2
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: bygentreprise
*/

/* ── Design tokens ─────────────────────────────────────────────────────────── */
:root {
  --accent:        #1d7a8a;
  --accent-light:  #e8f5f7;
  --accent-dark:   #155e6e;
  --bg:            #fafafa;
  --bg-warm:       #fff8f2;
  --text:          #1c1c1c;
  --text-mid:      #555555;
  --text-light:    #777777;
  --text-muted:    #bbbbbb;
  --border:        #e5ddd4;
  --dark-bg:       #1c1c1c;
  --green-tag-bg:  #edf7ef;
  --green-tag-txt: #2d7a4f;
  --radius:        12px;
  --radius-lg:     16px;
  --radius-pill:   999px;
  --shadow-card:   0 8px 24px rgba(0,0,0,0.07);
  --shadow-drop:   0 8px 32px rgba(0,0,0,0.10);
  --shadow-header: 0 2px 16px rgba(0,0,0,0.06);
  --shadow-sm:     0 1px 6px rgba(0,0,0,0.08);
  --max-width:     1200px;
  --font:          'Sora', sans-serif;
}
