/* Days One Font - Local */
@font-face {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('days-one-v19-latin.woff2') format('woff2'),
       url('days-one-v19-latin.woff') format('woff');
}

/* System fonts fallback for optimal performance */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .pc-site-name, .pc-hero-title, .pc-section-title {
  font-family: "Days One", system-ui, sans-serif;
}
