/* ============================================================
   Ward BOYL — Web Fonts
   Montserrat (primary) + Open Sans (secondary), per brand guide.
   Preconnect hints reduce TLS handshake latency on first paint.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Open+Sans:wght@300;400;600;700;900&display=swap');

/* Preconnect hints — duplicated here as a hint for tooling that
   parses CSS for resource discovery. The authoritative <link
   rel="preconnect"> tags belong in each HTML <head>:

     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
*/
