/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
  url(../fonts/poppins-v15-latin-regular.woff2) format('woff2'),
  url(../fonts/poppins-v15-latin-regular.woff) format('woff');
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
  url(../fonts/poppins-v15-latin-500.woff2) format('woff2'),
  url(../fonts/poppins-v15-latin-500.woff) format('woff');
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
  url(../fonts/poppins-v15-latin-700.woff2) format('woff2'),
  url(../fonts/poppins-v15-latin-700.woff) format('woff');
}

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
  url(../fonts/nunito-400.ttf) format('truetype');
}

/* nunito-500 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
  url(../fonts/nunito-500.ttf) format('truetype');
}

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
  url(../fonts/nunito-700.ttf) format('truetype');
}

