/* UbuntuSans Thin */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans ExtraLight */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans Light */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans Regular */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans Medium */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans SemiBold */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans Bold */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* UbuntuSans ExtraBold */
@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UbuntuSans';
  src: url('UbuntuSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
