/*
Theme Name:   Digipos Child — Seb
Template:     digipos-theme
Version:      1.0.1788864281
Text Domain:  digipos-child
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary:        #5c3d1e;
    --color-primary-dark:   #3d2410;
    --color-primary-subtle: #f5f1ed;

    --color-text:           #1a1410;
    --color-text-subtle:    #a89d93;
    --color-text-muted:     #6b5d52;

    --color-bg:             #ffffff;
    --color-bg-2:           #faf9f8;
    --color-surface:        #ffffff;
    --color-bg-subtle:      #faf9f8;
    --color-border:         #e8e4df;
    --color-dark:           #2a1810;

    --color-secondary:        #2a1810;
    --color-secondary-light:  #4a3828;
    --color-secondary-subtle: #ede8e3;

    /* USP bar — alltid mørk bakgrunn med hvit tekst */
    --dp-usp-bg:   #2a1810;
    --dp-usp-text: #ffffff;

    /* Nyhetsbrev-banner — alltid mørk bakgrunn med hvit tekst */
    --dp-newsletter-bg:   #2a1810;
    --dp-newsletter-text: #ffffff;

    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body:    'Inter', system-ui, sans-serif;

    --radius:    10px;
    --radius-lg: calc(10px * 2);
    --radius-xl: calc(10px * 2.5);

    --shadow:    0 2px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);

    --dp-header-bg: #ffffff;
}