@font-face {
  font-family: 'Metropolis medium';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-Medium.ttf');
}

@font-face {
  font-family: 'Metropolis medium italic';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-MediumItalic.ttf');
}

@font-face {
  font-family: 'Metropolis regular';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-Regular.ttf');
}

@font-face {
  font-family: 'Metropolis regular italic';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-RegularItalic.ttf');
}

@font-face {
  font-family: 'Metropolis semibold';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-SemiBold.ttf');
}
@font-face {
  font-family: 'Metropolis semibold italic';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-SemiBoldItalic.ttf');
}

@font-face {
  font-family: 'Metropolis thin';
  src: url('/wp-content/themes/genesis-sample/font/Metropolis-Thin.ttf');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/genesis-sample/font/SourceSansPro-Regular-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/wp-content/themes/genesis-sample/font/SourceSansPro-Italic-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/wp-content/themes/genesis-sample/font/SourceSansPro-SemiBold-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/wp-content/themes/genesis-sample/font/SourceSansPro-Bold-700.ttf') format('truetype');
}