global.scss 468 B

1234567891011121314151617181920212223242526
  1. :root {
  2. --background: #fff;
  3. --text-primary: #333;
  4. --text-linkable: #09f;
  5. --text-muted: #999;
  6. --text-super-muted: #ccc;
  7. --text-muted-emphasis: #666;
  8. --stroke-primary: #cfd3d3;
  9. --stroke-emphasis: #09f;
  10. --edit-text-base-size: 42px;
  11. --links-text-base-size: 24px;
  12. }
  13. body {
  14. background: var(--background);
  15. color: var(--text-primary);
  16. font-family: "Josefin Sans", serif;
  17. font-optical-sizing: auto;
  18. font-weight: 300;
  19. font-style: normal;
  20. }