/* 300 Light */
@font-face {
  font-family: 'maphub_light';
  src: url('fonts/ubuntu/ubuntu-light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'maphub_light';
  src: url('fonts/ubuntu/ubuntu-lightitalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

/* 400 Regular */
@font-face {
  font-family: 'maphub_regular';
  src: url('fonts/ubuntu/ubuntu-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'maphub_regular';
  src: url('fonts/ubuntu/ubuntu-italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

/* 500 Medium */
@font-face {
  font-family: 'maphub_medium';
  src: url('fonts/ubuntu/ubuntu-medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'maphub_medium';
  src: url('fonts/ubuntu/ubuntu-mediumitalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

/* 600 Semibold/Bold */
@font-face {
  font-family: 'maphub_semibold';
  src: url('fonts/ubuntu/ubuntu-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'maphub_semibold';
  src: url('fonts/ubuntu/ubuntu-bolditalic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}
