/*
 * Deem Padel Club - Global Tenant Fonts & Brand Styles
 *
 * This file is loaded globally by the TenantFonts component
 * to ensure custom fonts and 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.
 */

/* Conthrax Font */
@font-face {
  font-family: 'Conthrax';
  src: url('/landing-pages/deem-padel/fonts/conthrax-sb.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Brand Colors - Deem Padel Club */
:root {
  --deem-navy: #000C27;
  --deem-blue: #1679FF;
  --deem-green: #B8EC17;
  --deem-gray: #969696;
}

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

/* Custom font utility */
.font-conthrax {
  font-family: 'Conthrax', 'Arial Black', 'Helvetica Neue', sans-serif !important;
  font-weight: 600 !important;
}
