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.
22 lines
404 B
22 lines
404 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,
|
|
p {
|
|
font-family: "Fauna", sans-serif;
|
|
color: white;
|
|
} |