/*
Theme Name:   Digipos Child — Kalaoja
Template:     digipos-theme
Version:      1.0.1787818450
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:        #ec4899;
    --color-primary-dark:   #be185d;
    --color-primary-subtle: #fce7f3;

    --color-text:           #111827;
    --color-text-subtle:    #9ca3af;
    --color-text-muted:     #6b7280;

    --color-bg:             #ffffff;
    --color-bg-2:           #f9fafb;
    --color-surface:        #ffffff;
    --color-bg-subtle:      #f9fafb;
    --color-border:         #e5e7eb;
    --color-dark:           #1f2937;

    --color-secondary:        #1f2937;
    --color-secondary-light:  #374151;
    --color-secondary-subtle: #f3f4f6;

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

    /* Nyhetsbrev-banner — alltid mørk bakgrunn med hvit tekst */
    --dp-newsletter-bg:   #1f2937;
    --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;
}