body {
    font-family: Inter;
}

h1,
h2 {
    font-family: "Sora";
}

.hero-image {
    height: 200px;
    margin-bottom: 40px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.title-gradient {
    background: var(--Gradient-Primary-Hover, linear-gradient(180deg, #FF9A65 0%, #E96520 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 1024px) {
    .hero-image {
        height: 300px;
    }
}
