/* ---------------------------------------- fonts */

/* Metropolis */

@font-face {
  font-family: Metropolis;
  font-weight: 400;
  src: url('https://dist.boregar.org/fonts/Metropolis/Metropolis-Regular.woff2') format("woff2");
}

/* ---------------------------------------- global */

body {
		background-color: white;
		margin: 0;
		padding: 0;
    font-family: 'Metropolis', sans-serif;
		font-weight: 400;
		font-size: 0.9em;
		letter-spacing: 0.05em;
		color: rgb(200, 195, 190);

    --cm-color-boregar: #3988cb;
}
a {
  text-decoration: none;
  color: var(--cm-color-boregar);
}
#c {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
}
#l {
    width: 20rem;
		margin: auto auto 0 auto;
}
#t {
    width: 20rem;
		margin: 1rem auto auto auto;
    text-align: center;
}
#i {
		width: 8rem;
		margin-top: 1rem;
		pointer-events: none;
}
#f {
  margin: 2rem;
  text-align: center;
}
