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.
 
 
 

10 line
255 B

  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
  2. @import './colors.scss';
  3. * {
  4. font-family: 'Poppins', sans-serif;
  5. padding: 0;
  6. margin: 0;
  7. box-sizing: border-box;
  8. font-size: 62.5%;
  9. }