@font-face {
    font-family: "Dubiel";
    src: url("./Font/DubielItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Pocket";
    src: url("./Font/pocket_memesbruh03.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
  border-radius: 0;
}

input{
  border-radius: 0 !important;
}

body{
  background-color: black;
  border-radius: 0;
  color: white;
}

.navigation,
.footer{
  background-color: red !important;
}


input.pure-button, 
a.pure-button, 
button{
    background-color: transparent !important;
    border: 1px solid red !important;
    color: red !important;
    border-radius: 0;
}

input.pure-button:hover,
a.pure-button:hover,
button:hover {
  background-color: red;
  color: black;
}

a{
  color: red;
}

td,
a,
p{
  font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dubiel", "Space Mono", monospace;
  text-transform: uppercase;
  font-style: italic;
}

td,
label,
a,
p,
button,
li {
  font-family: "Pocket", "Space Mono", monospace;
  text-transform: capitalize;
}
