main-style.scss 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. // Web fonts
  2. @import '../../fonts/noto-sans/noto-sans.css';
  3. @import '../../fonts/dm-mono/dm-mono.css';
  4. @import '../../fonts/merriweather/merriweather.css';
  5. @import '../../fonts/source-code-pro/source-code-pro.css';
  6. @import '../../fonts/STIXTwoMath/stix-two-math.css';
  7. @import '../../fonts/noto-serif/noto-serif.css';
  8. @import '../../fonts/material-symbols/material-symbols.css';
  9. @import '../../fonts/font-awesome/font-awesome.css';
  10. // Vendor CSS
  11. // TODO Bootstrap 5: Check whether this works with Bootstrap 5, and whether we can replace it
  12. @import '../vendor/select/select';
  13. // Boostrap-related
  14. // Note that files containing Bootstrap or Sass files that interact with
  15. // Bootstrap's Sass variables must use @import rather than @use because
  16. // Bootstrap relies on its variables, mixins etc. all being global.
  17. // Include Bootstrap 5 itself, plus overrides and extend Bootstrap styles.
  18. @import 'base/bootstrap';
  19. // Typography-related
  20. @import 'base/typography';
  21. // Link styles
  22. @import 'base/links';
  23. @import 'base/base';
  24. // Page layout that isn't related to a particular component or page
  25. @import 'base/layout';