|
- @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
-
- * {
- 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;
- --teal: #4e9096;
- --black: #11253d;
- --grey: #586471;
- --creamy-white: #fef8ec;
- font-size: 62.5%;
- }
|