/* Inter Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
}

/* Inter Semi-Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
}

/* Inter Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
}

/* Bilbo Regular */
@font-face {
  font-family: 'Bilbo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bilbo-v20-latin-regular.woff2') format('woff2');
}

/* Now you can use the fonts in your CSS */
body {
  font-family: 'Inter', sans-serif;
}

h1 {
  font-family: 'Bilbo', cursive;
}