/* ================= BASE STYLES ================= */

body {
    background: #0b0f1a;
    color: #ffffff;
    font-family: sans-serif;
}

/* ================= GLOBAL RESPONSIVE ================= */

@media (max-width: 360px) {
    .hero-title {
        font-size: 3rem !important;
    }
}