/*
 Theme Name: FonzyArt Blocksy Child
 Theme URI: https://www.fonzyart.com
 Description: Child theme of Blocksy for FonzyArt (rock / illustration / boutique).
 Author: Alexandre "Bill" Bianchi (Billy the Clic)
 Author URI: https://www.billytheclic.fr
 Template: blocksy
 Version: 1.0.0
 Text Domain: fonzyart-blocksy-child
*/

/* Base typography */
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  background-color: #0B0B0B;
  color: #F2F2F2;
}

h1, h2, h3, h4, h5, h6,
.entry-title {
  font-family: 'Cinzel', 'Times New Roman', serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Buttons */
button,
.button,
.wp-block-button__link,
.wc-block-components-button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .button {
  text-transform: uppercase;
  letter-spacing: 0.10em;
  border-radius: 999px;
  padding: 0.7em 1.9em;
  font-weight: 600;
}

/* Product cards */
.woocommerce ul.products li.product,
.wp-block-post {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: hidden;
  background-color: #111111;
}

.woocommerce ul.products li.product a img {
  border-bottom: 1px solid rgba(255,255,255,.07);
}

/* Global spacing */
.site-main {
  padding-top: clamp(24px, 3vw, 56px);
  padding-bottom: clamp(24px, 3vw, 56px);
}

/* Links & accents */
a {
  color: #B07A3A;
}
a:hover,
a:focus {
  color: #e0a85a;
}

/* Small utility: top bar message */
.fonzyart-topbar-message {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
}
