@font-face {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-style: normal;
  src: url('./Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu-Bold';
  font-weight: normal;
  font-style: normal;
  src: url('./Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu-Light';
  font-display: swap;
  src: url('./Ubuntu-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Ubuntu-Medium';
  font-display: swap;
  src: url('./Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Proximanova-ExtraBold';
  font-display: swap;
  src: url('./proximanova-extrabold.otf') format('truetype');
}
