/**
 * LocalxReach — self-hosted fonts (no third-party CDN).
 */

@font-face {
  font-family: 'Moranga';
  src: url('moranga/Moranga-Regular.otf') format('opentype'),
       url('moranga/Moranga-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('red-hat-text/RedHatText-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Red Hat Text';
  src: url('red-hat-text/RedHatText-Italic-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
