/*
    CSS
*/

@font-face {
  font-family: "Anton";
  src: url("../font/Anton-Regular.ttf");
}

@font-face {
  font-family: "Oswald";
  src: url("../font/Oswald-Regular.ttf");
}

a{
  text-decoration: none;
  color:red;
}

a:hover {
  text-decoration: none;
  color:white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.f-anton{
    font-family: 'Anton', sans-serif;
}
    
.f-oswald{
    font-family: 'Oswald', sans-serif;
}

.fa-10x{
    font-size: 10em;
}