/**
 * This font currently only has a medium font weight available
 * Regular and Bold fallback to Medium
 */
@font-face {
  font-family: 'FFGoodOTCondensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Good OT Cond Medium'), local('FFGoodOTCondensed-Medium'),
    url('../fonts/FFGoodOTCondensed-Medium.woff2') format('woff2'),
    url('../fonts/FFGoodOTCondensed-Medium.woff') format('woff');
}

/**
 * This font currently only has a medium font weight available
 * Regular and Bold fallback to Medium
 */
@font-face {
  font-family: 'FFGoodProWide';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Good Pro Wide Medium'), local('FFGoodProWide-Medium'),
    url('../fonts/FFGoodProWide-Medium.woff2') format('woff2'),
    url('../fonts/FFGoodProWide-Medium.woff') format('woff');
}
