/*
 * Frame Studio - Global Tenant Fonts & Brand Styles
 *
 * Loaded globally by the TenantFonts component.
 * Do NOT add page-specific styles here — use styles.css for that.
 */

/* Brand Colors */
:root {
  --frame-brown: #3b2c26;
  --frame-blue: #c3d9f9;
  --frame-light: #F5F5F5;
}

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