You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
684 B
36 lines
684 B
@font-face {
|
|
font-family: Equinox;
|
|
src: url("../../assets/fonts/Equinox.otf");
|
|
}
|
|
@font-face {
|
|
font-family: Fauna;
|
|
src: url("../../assets/fonts/Fauna.ttf");
|
|
}
|
|
body {
|
|
min-height: 100vh;
|
|
font-family: "Equinox", sans-serif;
|
|
color: white;
|
|
scroll-behavior: smooth;
|
|
background-color: #050e15;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
th,
|
|
td,
|
|
p {
|
|
font-family: "Fauna", sans-serif;
|
|
color: white;
|
|
}
|
|
|
|
.btn {
|
|
background-color: gray;
|
|
resize: none;
|
|
color: #fff;
|
|
border: 1px solid #44fff6;
|
|
box-shadow: 0 0 1px #fff,
|
|
0 0 1px #fff,
|
|
0 0 5px #44fff6,
|
|
0 0 5px #44fff6,
|
|
inset 0 0 5px #44fff6;
|
|
} |