/* AC Exteriors NC — Webfonts
 *
 * NOTE: Fonts are loaded from Google Fonts CDN, not self-hosted binaries,
 * because no font files were provided. To ship self-hosted @font-face
 * binaries to consumers, drop the .woff2 files in assets/fonts/ and replace
 * the @import below with @font-face rules pointing at them.
 *
 * Display / headlines / numbers : Oswald  (industrial condensed, tabular figures)
 * Body / UI                     : Barlow  (clean humanist neutral sans)
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
