/* Oceania Horizon webfonts.
   NO licensed font binaries were supplied with the brand pack. These are the
   nearest Google Fonts matches to the supplied logo + business-card direction:
     Montserrat     -> wordmark / all-caps display (geometric sans in the logo)
     Source Serif 4 -> headings (the "confident serif" on Simon's business card)
     DM Sans        -> body + UI (neutral, highly legible sans)
     IBM Plex Mono  -> reference numbers, coordinates, regulatory citations
   Replace with self-hosted @font-face rules if licensed files arrive. */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap");

/* Calibri is the Word/print body face (--font-doc), taken from the supplied letterhead.
   It is a system font, not a webfont — declared against the locally installed copy
   (or its metric-compatible open twin) so print collateral previews correctly on screen. */
@font-face{font-family:"Calibri";src:local("Calibri"),local("Carlito");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Calibri";src:local("Calibri Bold"),local("Calibri"),local("Carlito Bold");font-weight:700;font-style:normal;font-display:swap}
