
/* Default Mission Bay Branding CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --primary: #804e3f;
    --primaryLight: #a56552;
    --secondary: #d8c8b6;
    --secondaryLight: #e2d4c6;
    --headerColor: #4d4c4c;
    --bodyTextColor: #4d4c4c;
    --bodyTextColorWhite: #ffffff;
    --headingFont: 'Noto Serif Display', serif;
    --bodyFont: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, .cs-title { font-family: var(--headingFont) !important; }
body, p, span, div, a, button, .cs-text, .cs-topper { font-family: var(--bodyFont) !important; }
