@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('inter-light.woff2') format('woff2'),
       url('inter-light.ttf') format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('inter-regular.woff2') format('woff2'),
       url('inter-regular.ttf') format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('inter-medium.woff2') format('woff2'),
       url('inter-medium.ttf') format('ttf');
  font-display: swap;
}

/* ---------- Inter ---------- */

* {
  font-family: 'Inter', sans-serif;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}
body,
p,
a,
li {
  font-family: 'Inter', sans-serif;
}
