/* Optimized Self-Hosted Fonts for PostVita */

/* Source Sans 3 - Body Text Font */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/static/fonts/SourceSans3-400.subset.woff2') format('woff2'),
       url('/static/fonts/SourceSans3-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 94%;
  descent-override: 26%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/static/fonts/SourceSans3-500.subset.woff2') format('woff2'),
       url('/static/fonts/SourceSans3-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 94%;
  descent-override: 26%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/static/fonts/SourceSans3-600.subset.woff2') format('woff2'),
       url('/static/fonts/SourceSans3-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 94%;
  descent-override: 26%;
  line-gap-override: 0%;
}

/* Cormorant Garamond - Heading Font */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/static/fonts/CormorantGaramond-400.subset.woff2') format('woff2'),
       url('/static/fonts/CormorantGaramond-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/static/fonts/CormorantGaramond-500.subset.woff2') format('woff2'),
       url('/static/fonts/CormorantGaramond-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/static/fonts/CormorantGaramond-600.subset.woff2') format('woff2'),
       url('/static/fonts/CormorantGaramond-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
  ascent-override: 92%;
  descent-override: 24%;
  line-gap-override: 0%;
}

/* System font fallbacks */
.font-sans {
  font-family: 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.font-serif {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}