/* src/styles/branding.css */
/* Fuentes de marca */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Playfair+Display:wght@700&display=swap");

/* Variables de marca (claro) */
:root {
  /* Fuentes */
  --font-sans: "Inter", sans-serif;
  --font-heading: "Playfair Display", serif;

  /* Fondo y texto */
  --background: 0 0% 100%;
  --foreground: 215 25% 15%;

  /* Marca */
  --primary: 14 90% 58%;
  --primary-glow: 14 85% 70%;
  --secondary: 185 55% 25%;

  /* Escalas */
  --muted: 210 20% 96%;
  --muted-foreground: 215 16% 46%;
  --accent: 200 85% 55%;

  /* Específicos hostel */

  --brand-main: 25 85% 60%;
  --brand-alt: 140 40% 35%;
  --brand-accent: 30 50% 85%;

  /* Estado / UI */
  --destructive: 0 84% 60%;
  --border: 210 15% 90%;
  --input: 210 15% 95%;

  /* Sidebar */
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
}
