/* https://fonts.google.com/specimen/Roboto+Condensed */
/* Normal */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
    url('./RobotoCondensed/RobotoCondensed-Regular.woff') format('woff');
}

/* Bold */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('./RobotoCondensed/RobotoCondensed-Bold.woff') format('woff');
}

/* https://fonts.google.com/specimen/Source+Code+Pro */
/* Normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Code Pro Regular'), local('SourceCodePro-Regular'),
    url('./SourceCodePro/SourceCodePro-Regular.woff') format('woff');
}

/* https://fonts.google.com/specimen/Source+Sans+Pro */
/* Normal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
    url('./SourceSansPro/SourceSansPro-Regular.woff') format('woff');
}

/* SemiBold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
    url('./SourceSansPro/SourceSansPro-SemiBold.woff') format('woff');
}

/* Bold */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
    url('./SourceSansPro/SourceSansPro-Bold.woff') format('woff');
}
