@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background: #141414;
    overflow: hidden;
}

.font-serif-custom {
    font-family: 'Cormorant Garamond', serif;
}

.soft-shadow {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.transition-smooth {
    transition: all 0.6s ease;
}