/*
  Fonts — both loaded from Google Fonts (imported here; inc/Hooks/Assets.php
  enqueues this as the first stylesheet, before tokens/base and the components).
  - Body font: Montserrat (--font-sans-serif).
  - Display/title font: Nunito (--font-serif). Weights used: 600 (H4 semibold),
    700 (H1–H3 + buttons, header, facts), 900 (wave band).
  @import must precede all other rules.
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&family=Nunito:wght@600;700;900&display=swap");
