/*
Theme Name: Yuvi Jewels Theme
Description: In-house theme for Yuvi Jewels — built to work with the Yuvi Jewels Suite plugin. Replaces Astra so the header, menu, footer, shop and product pages are fully custom instead of theme-default.
Version: 1.0.0
Author: Dofav
Text Domain: yuvi-jewels-theme
*/

:root{
  --yj-ink:#1B1B1B;
  --yj-ink-soft:#6E6660;
  --yj-bg:#FFFFFF;
  --yj-bg-soft:#FAF6F2;
  --yj-gold:#B9902F;
  --yj-gold-soft:#E4C878;
  --yj-rose:#7C4750;
  --yj-line:#EDE5DC;
}
*{box-sizing:border-box;}
body{margin:0;font-family:'Jost',Arial,sans-serif;color:var(--yj-ink);background:var(--yj-bg);-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;}
.yj-wrap{max-width:1200px;margin:0 auto;padding:0 24px;}
