/*
Theme Name: Tiskarna Majic
Theme URI: https://tisk-majice.si
Author: Sitografika d.o.o.
Author URI: https://tisk-majice.si
Description: Tiskarna majic po meri — DTG tisk, sublimacijski tisk in vezenje. Nova Gorica, Slovenija.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: Proprietary
Text Domain: tisk-majice
*/

/* ================================================
   BARVE — uredite tukaj
   ================================================ */
:root {
    /* Ozadje in površine */
    --bg:        #faf7f2;        /* Topla krema */
    --surface:   #f2ede4;        /* Svetlo bež */
    --surface2:  #ffffff;        /* Bela */
    --nav-bg:    rgba(250,247,242,0.94);

    /* Besedilo */
    --text:      #1c1510;        /* Topla temna */
    --muted:     rgba(28,21,16,0.52);
    --muted2:    rgba(28,21,16,0.35);

    /* Robovi */
    --border:    rgba(28,21,16,0.10);
    --border2:   rgba(28,21,16,0.06);

    /* Barvi akcentov — spremenite po želji */
    --accent:    #e8390c;        /* Koralni rdeča */
    --accent-h:  #c82d08;        /* Temnejša za hover */
    --accent2:   #f5a623;        /* Topla jantarna */
    --accent-bg: rgba(232,57,12,0.08);
    --accent-border: rgba(232,57,12,0.22);

    /* Temna sekcija */
    --dark:      #1c1510;
    --dark2:     #251d17;

    /* Oblika */
    --radius:    1rem;
    --radius-sm: .625rem;

    /* Pisave */
    --font-head: 'Space Grotesk', sans-serif;
    --font-body: 'Outfit', sans-serif;
    --font-logo: 'Space Grotesk', sans-serif;

    /* Sence */
    --shadow-sm: 0 2px 8px rgba(28,21,16,0.07);
    --shadow-md: 0 6px 24px rgba(28,21,16,0.10);
    --shadow-lg: 0 16px 48px rgba(28,21,16,0.13);
}
