/* Aquafeel Solutions Arizona — brand fonts
 * Core Sans G (headings, UI) is licensed + self-hosted.
 * Body uses Inter (Google Fonts CDN) for guaranteed Unicode glyph coverage.
 * Brocha freeware version had missing glyphs (em-dash, arrows) — replaced with Inter.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ===== Core Sans G — primary heading + UI font ===== */
@font-face {
  font-family: 'Core Sans G';
  src: url('/assets/brand/fonts/core-sans-g/CoreSansG-Light.ttf') format('truetype');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Core Sans G';
  src: url('/assets/brand/fonts/core-sans-g/CoreSansG-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Core Sans G';
  src: url('/assets/brand/fonts/core-sans-g/CoreSansG-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Core Sans G';
  src: url('/assets/brand/fonts/core-sans-g/CoreSansG-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Core Sans G Rounded';
  src: url('/assets/brand/fonts/core-sans-g/CoreSansGRounded-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
