/* ubuntu-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/ubuntu/ubuntu_v20_latin_regular.woff2') format('woff2');
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/ubuntu/ubuntu_v20_latin_500.woff2') format('woff2');
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/ubuntu/ubuntu_v20_latin_700.woff2') format('woff2');
}