@danizean/cyberzone
Version:
cyberzone NFTS
37 lines (30 loc) • 453 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,500;1,400&display=swap');
html,
body {
font-family: 'Rubik';
font-weight: normal;
}
h1{
margin-bottom: 1rem;
}
h2{
margin-bottom: .5rem;
font-weight: normal;
}
p{
line-height: 1.5rem;
font-weight: lighter;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
@media (prefers-color-scheme: dark) {
html {
}
}