2021-07-01 16:59:41 +02:00

25 lines
275 B
SCSS

body{
font-family: "trueno";
font-size: $font-normal ;
font-weight: 300;
line-height: 1.5;
}
main{
h2{
text-transform: uppercase;
font-family: 'duke';
font-size: $font-extra;
}
}
a{
color:inherit;
}
strong{
font-weight: 600;
}
//TEMP
iframe{
display: none;
}