@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Oswald:wght@300;400;500;600;700&display=swap');

body {
    font-family: "Inter", sans-serif;
}

.font-display {
    font-family: "Oswald", sans-serif;
}

.text-brand-orange {
    color: #f97316;
}

.bg-brand-orange {
    background-color: #f97316;
}

.border-brand-orange {
    border-color: #f97316;
}

/* Badges para productos */
.badge-offer {
    background-color: #ef4444;
    color: white;
}

/* Rojo */
.badge-featured {
    background-color: #eab308;
    color: white;
}

/* Amarillo/Dorado */