/* importa do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anaheim:wght@400;700&family=Inter:wght@300;400;700&display=swap');

/* Anaheim */
.anaheim {
  font-family: 'Anaheim', sans-serif;
  font-weight: 400;
}
.anaheim-bold {
  font-family: 'Anaheim', sans-serif;
  font-weight: 700;
}

/* Inter */
.inter-light {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}
.inter {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.inter-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}