/**
 * Font Family: GE Flow
 * Files:
 * - GE_Flow_Regular.otf
 * - GE_Flow_Regular_Italic.otf
 * - GE_Flow_Bold.otf
 * - GE_Flow_Bold_Italic.otf
 */

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

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

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

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