body {
    background-color: #fff8f2;
    color: #0E2627;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.font-headline {
    font-family: 'Chewy', system-ui;
}

.font-accent {
    font-family: 'Indie Flower', cursive;
}

.organic-blob {
    position: absolute;
    z-index: -1;
    filter: blur(60px);
    opacity: 0.3;
}

.squishy-button {
    transition: transform 0.2s, box-shadow 0.2s;
}

.squishy-button:active {
    transform: scale(0.95);
}

.nav-item {
    color: #0E2627;
    font-weight: 600;
    transition: color 0.2s;
}

.nav-item:hover {
    color: #1E5A58;
}

.card-perspective {
    transition: transform 0.3s ease-out;
}

.card-perspective:hover {
    transform: translateY(-8px) rotate(-1deg);
}