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.
 
 
 
 
 

11 lines
216 B

  1. @font-face {
  2. font-family: "work-sans";
  3. src: url('../fonts/work-sans/WorkSans-Regular.otf');
  4. }
  5. :root{
  6. --font-family : 'work-sans';
  7. --pretty-margin: 0.5rem;
  8. --main-color: black;
  9. --secondary-color: black;
  10. }