/* Blooma Tree Experts — brand type stack (2026 rebrand)
 * Owners Medium      → headings + display
 * Neue Haas Display  → body copy
 * Veiran             → taglines / accents / call-outs (opt-in via .font-veiran)
 * Served locally from /wp-content/mu-plugins/blooma-brand-fonts/
 */

@font-face {
  font-family: 'Owners';
  src: url('owners-medium.woff2') format('woff2');
  font-weight: 400 700; /* single Medium cut covers all heading weights — no faux bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('neuehaas-roman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Veiran';
  src: url('veiran-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Body copy + form controls (everything else inherits from body) */
body,
button, input, select, textarea, .btn {
  font-family: 'Neue Haas Display', 'Outfit', Helvetica, Arial, sans-serif;
}

/* Headings + display */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  font-family: 'Owners', 'Outfit', Helvetica, Arial, sans-serif;
}

/* Brand utilities */
.font-owners  { font-family: 'Owners', Helvetica, Arial, sans-serif; }
.font-veiran  { font-family: 'Veiran', Georgia, serif; }
.brand-caps   { text-transform: uppercase; letter-spacing: 0.04em; } /* "Owners Medium Caps" subheadline treatment */
