/*
Theme Name: Proverbs Club Child
Template: astra
Version: 1.0.0
Description: Child theme for The Proverbs Club — Private Members' Club
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Cinzel:wght@400;500;600&family=EB+Garamond:ital,wght@0,400;1,400&display=swap');

:root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dim: #8B6914;
  --navy: #0B1428;
  --navy-mid: #12213D;
  --navy-light: #1C2E50;
  --cream: #F5EDD6;
  --cream-dim: #BFB08A;
  --white: #FFFFFF;
  --black: #000000;
}

/* =====================
   GLOBAL RESET
===================== */
body {
  background-color: var(--navy) !important;
  color: var(--cream) !important;
  font-family: 'EB Garamond', serif !important;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* =====================
   HIDE ASTRA HEADER
===================== */
.site-header,
.ast-masthead-custom-menu-items,
#masthead {
  display: none !important;
}

/* =====================
   PAGE WRAPPER
===================== */
.entry-content,
.ast-container,
.site-content,
#content,
.ast-article-single {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry-content > *:first-child {
  margin-top: 0 !important;
}
