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

@font-face {
  font-family: 'Fieldstone';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./Fieldstone-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./Fieldstone-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('./Fieldstone-MediumItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./Fieldstone-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./Fieldstone-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./Fieldstone-Heavy.otf') format('opentype');
}

@font-face {
  font-family: 'Fieldstone';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('./Fieldstone-HeavyItalic.otf') format('opentype');
}
