/*
Theme Name: Wellness Collective Child
Theme URI: https://wellness-collective.com
Description: A sophisticated minimalist child theme for GeneratePress Premium.
Author: Wellness Collective
Author URI: https://wellness-collective.com
Template: generatepress
Version: 1.0.0
*/

/* 
   BRAND GUIDELINES IMPLEMENTATION 
   -------------------------------
   Colors:
   --primary-sage: #4e6052;
   --secondary-grey: #625e59;
   --bg-off-white: #fcf9f4;
   
   Typography:
   Display: Noto Serif (400)
   Body: Manrope (400/600)
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&family=Noto+Serif:ital,wght@0,400;1,400&display=swap');

:root {
    --primary-sage: #4e6052;
    --secondary-grey: #625e59;
    --bg-off-white: #fcf9f4;
    --noto-serif: 'Noto Serif', serif;
    --manrope: 'Manrope', sans-serif;
}

body {
    background-color: var(--bg-off-white);
    font-family: var(--manrope);
    color: var(--secondary-grey);
    line-height: 1.6;
}

h1, h2, h3, h4, .entry-title {
    font-family: var(--noto-serif);
    color: #1c1c19;
    font-weight: 400;
}

/* Sophisticated Minimalism - Spacing & Cleanliness */
.container {
    max-width: 1200px;
}

.main-navigation .main-nav ul li a {
    font-family: var(--noto-serif);
    letter-spacing: -0.01em;
}

/* Button override to Sage Green */
.button, 
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    background-color: var(--primary-sage);
    border-radius: 9999px;
    padding: 12px 32px;
    font-family: var(--manrope);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    transition: all 0.5s ease;
}

.button:hover {
    background-color: #3d4b40;
}

/* Soft Lift Cards */
.gb-container-soft-lift {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px -15px rgba(98, 94, 89, 0.08);
}
