/* Import MuseoModerno font */
@import url('/fonts/museomoderno.css');

/* Block external font families by redirecting them */
@font-face {
  font-family: 'Fira Sans';
  src: local('MuseoModerno');
}

@font-face {
  font-family: lato;
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: local('Lato Black'), local('Lato-Black');
}

:root {
  --font-subheading: "Lato", sans-serif;
  --font-title: "Lato", sans-serif;
  --font-body: "Lato", sans-serif;
}
