|
|
@@ -1,13 +1,18 @@ |
|
|
|
body { |
|
|
|
margin: 0; |
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
|
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
|
|
|
sans-serif; |
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
} |
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); |
|
|
|
|
|
|
|
code { |
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
|
|
|
monospace; |
|
|
|
* { |
|
|
|
box-sizing: border-box; |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
text-decoration: none; |
|
|
|
outline: none; |
|
|
|
font-family: 'Poppins', sans-serif; |
|
|
|
} |
|
|
|
|
|
|
|
:root { |
|
|
|
--orange: #f1be83; |
|
|
|
--red: #d47077; |
|
|
|
--blue: #668fe1; |
|
|
|
--black: #11253d; |
|
|
|
--grey: #586471; |
|
|
|
} |