@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Great+Vibes&family=Italiana&family=Lora:wght@400;700&family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap');

/* Main Headings (H1) - Royal, ancient, sacred */
h1 {
    font-weight: 700 !important;
    color: #2e2e2e !important;
}

/* Sub-headings (H2) - Elegant with a modern touch */
h2 {
    font-weight: 700 !important;
    color: #4a4a4a !important;
}

/* Body Text (P) - Clean, readable, mobile-friendly */
p {
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

span {
    font-weight: bold !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

div {
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

/* Alternate body text - Poppins */
p.alternate {
    font-weight: 400 !important;
}

/* Sacred Quotes/Mantras - Divine, flowing style */
.quote, .mantra {
    font-size: 1.5em !important;
    color: #5b4e3b !important;
}

.quote.italiana, .mantra.italiana {
    font-size: 1.5em !important;
}

html {
  scroll-behavior: smooth;
}
