|
|
|
@ -1,3 +1,7 @@
|
|
|
|
|
/* Components */ |
|
|
|
|
@import url("./welcome.css"); |
|
|
|
|
@import url("./services.css"); |
|
|
|
|
|
|
|
|
|
/* Fonts */ |
|
|
|
|
@font-face { |
|
|
|
|
font-family: "Work Sans"; |
|
|
|
@ -10,11 +14,6 @@
|
|
|
|
|
font-style: italic; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Components */ |
|
|
|
|
@import url("./welcome.css"); |
|
|
|
|
@import url("./services.css"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
margin: 0; |
|
|
|
|
font-family: "Work Sans", sans-serif; |
|
|
|
|