/*
Theme Name: Noblex Child
Theme URI: https://noblex.se/
Description: Noblex child-tema med enhetlig design för butik, produkt, varukorg, kassa, konto och orderbekräftelse.
Author: Noblex
Template: seodr
Version: 1.6.13
Requires PHP: 7.4
Text Domain: noblex-child
*/

/* Den visuella designen ligger i assets och laddas selektivt via functions.php. */

/* Shared semantic palette. Bronze commerce and brighter editorial gold retain
   their approved roles; all surfaces now consume this single source of truth. */
:root {
  --noblex-color-text: #202124;
  --noblex-color-heading: #090909;
  --noblex-color-action: #111315;
  --noblex-color-bronze: #a67c3d;
  --noblex-color-bronze-strong: #765326;
  --noblex-color-gold: #c79a27;
  --noblex-color-gold-text: #765400;
  --noblex-color-gold-light: #ebca63;
  --noblex-color-page: #faf9f6;
  --noblex-color-surface-commerce: #f5f3ee;
  --noblex-color-surface-editorial: #f4f2ed;
  --noblex-color-border-commerce: #ded9cf;
  --noblex-color-border-editorial: #dedbd4;
  --noblex-color-muted: #5e5a55;
  --noblex-color-focus: #765400;
  --noblex-color-article-text: #171512;
  --noblex-color-article-muted: #625d56;
  --noblex-color-gold-hover: #987015;
  --noblex-color-surface-article: #f1eee7;
  --noblex-color-border-article: #d9d3c8;
  --noblex-color-success: #2f6b4f;
  --noblex-color-danger: #9f2f2f;
  --noblex-color-danger-strong: #c5260b;
  --noblex-radius: 3px;
  --noblex-shadow: 0 18px 45px rgba(17, 19, 21, 0.09);
}
