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.
|
- @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
-
- * {
- font-family: 'Roboto', sans-serif;
- margin: 0;
- box-sizing: border-box;
- padding: 0;
- text-decoration: none;
- outline: none;
- }
-
- :root {
- font-size: 62.5%;
- --primary: #6d654e;
- --secondary: #c4b57b;
- --highlight: #ea8f34;
- --teal: #1e8bbc;
- --dark-grey: #7a7a7a;
- --border-grey: #e8e8e8;
- }
|