/* Hero Section Styles */
.hero-section {
  background: linear-gradient(81deg, var(--Colors-Primary-100, #D9BDB0) -21.99%, var(--Colors-Secondary-50, #FEFCFB) 47.85%, var(--Colors-Secondary-100, #FDF7F4) 111.29%);
    text-align: center;
}

.logo-title{
    font-size: var(--font-size-2xl);
    font-family: 'Gratefull'!important;
    color: #832D19;
}

.hero-title {
    font-size: var(--font-size-4xl);
    color: var(--natural-Txt);
    font-weight: 500;
    margin-bottom:2rem;
    line-height: 1.4;
}

.hero-subtitle {
    font-size: var(--font-size-md);
    color: #6E6D6D;
    margin-bottom: 2.5rem;
}

.app-title{
    font-size: var(--font-size-lg);
    color: var(--natural-Txt);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.hero-image {
  position: relative;
}
