@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700&family=Fraunces:ital,wght@0,400;1,400&display=swap');

:root {
  --navy:  #0f1e3a;
  --gold:  #c9a96e;
  --cream: #f5e9d0;
  --gold-dark: #b8935a;
}

body { font-family: 'Bricolage Grotesque', sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; }

/* Header */
#header { background: var(--navy) !important; }
#main-menu > ul > li > a { color: var(--cream) !important; font-weight: 600; letter-spacing: .02em; }
#main-menu > ul > li > a:hover { color: var(--gold) !important; }

/* Logo text fallback */
.header-logo a { color: var(--cream) !important; }

/* Buttons */
.button, button, input[type=submit], .btn { background: var(--gold) !important; border-color: var(--gold) !important; color: #fff !important; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; border-radius: 4px !important; }
.button:hover, button:hover { background: var(--gold-dark) !important; border-color: var(--gold-dark) !important; }
.button.outline { background: transparent !important; color: var(--gold) !important; border: 2px solid var(--gold) !important; }

/* WC add to cart */
.single_add_to_cart_button, .add_to_cart_button { background: var(--gold) !important; border-color: var(--gold) !important; }

/* Product price */
.price { color: var(--navy) !important; font-weight: 700; }
.price ins { color: var(--gold) !important; }

/* Links */
a { color: var(--navy); }
a:hover { color: var(--gold); }

/* Footer */
#footer { background: var(--navy) !important; color: var(--cream) !important; }
#footer a { color: var(--cream) !important; }
#footer a:hover { color: var(--gold) !important; }

/* Product card hover */
.product-wrap:hover .product-image { opacity: .9; }
.box-label.onsale { background: var(--gold) !important; }

/* Checkout */
.woocommerce-checkout #payment .button { background: var(--gold) !important; font-size: 1.1em; }
