@import url('https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');
:root{
  --fuente-principal: "Teachers", sans-serif;
}



html {
  font-family: var(--fuente-principal);
}

