/*
 * B-Padel - Global Tenant Fonts & Brand Styles
 *
 * This file is loaded globally by the TenantFonts component
 * to ensure brand styles persist across all tenant pages
 * (landing, booking, auth, etc.)
 *
 * NOTE: Do NOT add page-specific styles here.
 * Use the landing page's styles.css for that.
 */

/* Brand Colors - B-Padel */
:root {
  --bp-orange: #E8772A;
  --bp-dark: #0F0F0F;
  --bp-dark-section: #1A1A1A;
  --bp-light: #F5F5F5;
  --bp-gray: #8C95A6;
}

/* Override default font for all tenant pages */
body {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
}
