/*
Theme Name: LA GUÈL — Divi Child
Theme URI: https://www.laguel.pl/
Description: Child theme LA GUÈL na bazie Divi — tokeny designu, globalne style i szablony nowego wyglądu.
Author: LA GUÈL
Template: Divi
Version: 1.3.0
*/

/* === TOKENY DESIGNU MARKI === */
:root{
  --lg-display: "Cormorant Garamond", "Butler", Georgia, serif;
  --lg-sans: "Jost", "Metropolis", -apple-system, BlinkMacSystemFont, sans-serif;
  --lg-cream:#faf6ec; --lg-cream-2:#f4efe5; --lg-cream-bright:#fffdf7;
  --lg-gold:#b89968; --lg-gold-light:#d4b98a; --lg-gold-deep:#8a724b;
  --lg-ink:#0a0908; --lg-taupe:#6b6259;
}

/* === Nagłówki na Cormorant Garamond === */
h1, h2, h3,
.et_pb_module h1, .et_pb_module h2, .et_pb_module h3,
.et_pb_text h1, .et_pb_text h2, .et_pb_text h3,
.et_pb_heading h1, .et_pb_heading h2, .et_pb_heading h3,
h1.entry-title, .et_pb_post_title .entry-title{
  font-family: var(--lg-display) !important;
}

/* === Tekst na Jost (targetowo — bez ikon) === */
body{ font-family: var(--lg-sans); }
body, input, textarea, select, button,
.et_pb_text, .et_pb_post_content, .et_pb_blurb_description,
.et_pb_toggle_content, .et_pb_tab_content, .et_pb_button,
#main-header .nav li a, #et-secondary-nav li a, p, li{
  font-family: var(--lg-sans) !important;
}

/* === PRZYCISKI I AKCENTY W ZŁOCIE MARKI === */
.et_pb_button, a.et_pb_button,
body a.button, body button.button, body .button.alt, body input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce .button.alt,
.et_pb_contact_submit, .et_pb_newsletter_button, .et_pb_promo_button{
  background-color: var(--lg-gold-deep) !important;
  border-color: var(--lg-gold-deep) !important;
  color: var(--lg-cream-bright) !important;
  border-radius: 100px !important;
  letter-spacing: .07em;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease !important;
}
.et_pb_button:hover, a.et_pb_button:hover,
body a.button:hover, body button.button:hover, body .button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
body input[type="submit"]:hover, .et_pb_contact_submit:hover{
  background-color: var(--lg-ink) !important;
  border-color: var(--lg-ink) !important;
  color: var(--lg-cream) !important;
}
.et_pb_text a:not(.et_pb_button), .et_pb_post_content a:not(.et_pb_button){ color: var(--lg-gold-deep); }
.et_pb_text a:not(.et_pb_button):hover, .et_pb_post_content a:not(.et_pb_button):hover{ color: var(--lg-ink); }
