@font-face {
  font-family: 'Riegla Trial';
  src: url('./TRIAL_Riegla-Light-BF64b8ac04edb75.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riegla Trial';
  src: url('./TRIAL_Riegla-LightItalic-BF64b8ac048d3c1.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Riegla Trial';
  src: url('./TRIAL_Riegla-RegularItalic-BF64b8ac04a2f0f.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Riegla Trial';
  src: url('./TRIAL_Riegla-Black-BF64b8ac04dbbb8.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Riegla Trial';
  src: url('./TRIAL_Riegla-BlackItalic-BF64b8ac0458092.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.trial-light {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.trial-light-italic {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 300;
  font-style: italic;
}

.trial-regular {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.trial-regular-italic {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.trial-medium {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.trial-medium-italic {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 500;
  font-style: italic;
}

.trial-bold {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.trial-bold-italic {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 700;
  font-style: italic;
}

.trial-black {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.trial-black-italic {
  font-family: 'Riegla Trial', sans-serif;
  font-weight: 900;
  font-style: italic;
}



