/* For Google Fonts, strongly recommend use of: https://google-webfonts-helper.herokuapp.com/fonts */

/* 1. Upload the .woff and .woff2 fonts to your theme folder /fonts/ */
/* 2. Generate CSS for "Modern Browsers" and paste it here */
/* 3. Add font-display: swap to each @font-face: https://css-tricks.com/almanac/properties/f/font-display/ */

/* prata-regular - latin */
/* @font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/prata-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/prata-v13-latin-regular.woff') format('woff');
} */

/* red-hat-display-regular - latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/red-hat-display-v4-latin-regular.woff2') format('woff2'),
       url('../fonts/red-hat-display-v4-latin-regular.woff') format('woff');
}
/* red-hat-display-500 - latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(''),
       url('../fonts/red-hat-display-v4-latin-500.woff2') format('woff2'),
       url('../fonts/red-hat-display-v4-latin-500.woff') format('woff');
}
/* red-hat-display-700 - latin */
@font-face {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/red-hat-display-v4-latin-700.woff2') format('woff2'),
       url('../fonts/red-hat-display-v4-latin-700.woff') format('woff');
}