@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Regular.woff2') format('woff2'),
       url('../styles/fonts/inter/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Medium.woff2') format('woff2'),
       url('../styles/fonts/inter/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-SemiBold.woff2') format('woff2'),
       url('../styles/fonts/inter/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Bold.woff2') format('woff2'),
       url('../styles/fonts/inter/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Thin.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Book.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Book.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Regular.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Medium.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Bold.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Univia Pro';
  src: url('../styles/fonts/univia-pro/UniviaPro-Black.woff2') format('woff2'),
       url('../styles/fonts/univia-pro/UniviaPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../styles/fonts/inter/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Inter', 'Arial', 'Helvetica', sans-serif;
}

