/* public/fonts/fonts.css
  Self-hosting not included in this pack.
  Usage: enqueue this file in WordPress and use the families in your CSS.
*/

/* 1) Load fonts from Google (fast, cached) */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* 2) Example font stacks */
/* Oswald — Regular (400) */
/* @font-face {
  font-family: 'Oswald';
  src: url('./Oswald/Oswald-Regular.woff2') format('woff2'),
    url('./Oswald/Oswald-Regular.woff') format('woff'),
    url('./Oswald/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */
