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.
 
 

34 lines
675 B

@import url("./typography.css");
@import url("./atoms.css");
@import url("./darkmode.css");
/* Components */
@import url("./welcome.css");
@import url("./services.css");
@import url("./contact.css");
@import url("./support.css");
/* Fonts */
@font-face {
font-family: "Work Sans";
src: url("../fonts/work-sans/WorkSans-VariableFont_wght.ttf");
font-style: normal;
}
@font-face {
font-family: "Work Sans";
src: url("../fonts/work-sans/WorkSans-Italic-VariableFont_wght.ttf");
font-style: italic;
}
body {
margin: 0;
font-family: "Work Sans", sans-serif;
font-weight: 250;
text-align: center;
}
footer {
margin-bottom: 2rem;
}