@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');

@font-face {
  font-display: swap;
  font-family: 'ALS Hauss VF';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/ALS_Hauss_VF_Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ALS Hauss VF';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/ALS_Hauss_VF_SemiBold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ALS Hauss VF';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/ALS_Hauss_VF_Bold.woff2') format('woff2');
}
