/* Font-smoothing */
html {
  -webkit-font-smoothing: antialiased;
}

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

@font-face {
  font-family: 'UI Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/UISans-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'UI Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/UISans-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'UI Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/UISans-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'UI Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/UISans-black.woff2') format('woff2');
}

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

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-regular.woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-bold.woff2') format('woff2');
}
