/*
Theme Name:   Digipos Child — Gitmark Nettbutikk
Template:     digipos-theme
Version:      1.0.0
Text Domain:  digipos-child
*/

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

:root {
    --color-primary:        #e02b20;
    --color-primary-dark:   #bc2319;
    --color-primary-subtle: #fde8e6;

    --color-text:           #1a1a1a;
    --color-text-subtle:    #999999;
    --color-text-muted:     #666666;

    --color-bg:             #ffffff;
    --color-bg-2:           #fafafa;
    --color-surface:        #ffffff;
    --color-bg-subtle:      #fde8e6;
    --color-border:         #e5e5e5;
    --color-dark:           #1a1a1a;

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

    --font-heading: 'Montserrat', 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;
}