/* Self-hosted eRepublic web fonts (Roboto, Roboto Slab, DM Sans) —
   replaces the Google Fonts CDN so the POC never phones home.
   Matches the real site: Roboto-Regular 400 + RobotoSlab-Light 300,
   other weights synthesized by the browser (as on erepublic.com). */

@font-face {
  font-family: 'Roboto Slab';
  src: url('fonts/RobotoSlab-Light.woff2') format('woff2'),
       url('fonts/RobotoSlab-Light.woff') format('woff'),
       url('fonts/RobotoSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.woff2') format('woff2'),
       url('fonts/Roboto-Regular.woff') format('woff'),
       url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans 18pt';
  src: url('fonts/DMSans18pt-Italic.woff2') format('woff2'),
       url('fonts/DMSans18pt-Italic.woff') format('woff'),
       url('fonts/DMSans18pt-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
