/* ==========================================================================
   GLOBAL THEME PARAMETERS
   ========================================================================== */
:root {
  --brand-orange: #d94d43;
  --text-light: #ffffff;
  --text-dark: #222222;
  --bg-cream: #f6f4ee;
  --card-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Hide Quarto's default sidebar and navbar */
#quarto-sidebar,
.navbar,
.quarto-title-meta,
.quarto-title .title {
  display: none !important;
}

/* Ensure full width content */
#quarto-document-content {
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}





