2024-02-14 10:04:08 -05:00
|
|
|
// Web fonts
|
2024-10-16 06:58:45 -04:00
|
|
|
@import '../../fonts/noto-sans/noto-sans.css';
|
|
|
|
@import '../../fonts/dm-mono/dm-mono.css';
|
|
|
|
@import '../../fonts/merriweather/merriweather.css';
|
|
|
|
@import '../../fonts/source-code-pro/source-code-pro.css';
|
|
|
|
@import '../../fonts/STIXTwoMath/stix-two-math.css';
|
|
|
|
@import '../../fonts/noto-serif/noto-serif.css';
|
|
|
|
@import '../../fonts/material-symbols/material-symbols.css';
|
|
|
|
@import '../../fonts/font-awesome/font-awesome.css';
|
2024-02-14 10:04:08 -05:00
|
|
|
|
|
|
|
// Vendor CSS
|
|
|
|
// TODO Bootstrap 5: Check whether this works with Bootstrap 5, and whether we can replace it
|
2024-04-03 07:02:06 -04:00
|
|
|
@import '../vendor/select/select';
|
2024-02-14 10:04:08 -05:00
|
|
|
|
|
|
|
// Boostrap-related
|
|
|
|
|
|
|
|
// Note that files containing Bootstrap or Sass files that interact with
|
2024-04-19 06:46:32 -04:00
|
|
|
// Bootstrap's Sass variables must use @import rather than @use because
|
2024-02-14 10:04:08 -05:00
|
|
|
// Bootstrap relies on its variables, mixins etc. all being global.
|
|
|
|
|
2024-03-27 06:56:17 -04:00
|
|
|
// Include Bootstrap 5 itself, plus overrides and extend Bootstrap styles.
|
2024-04-19 06:46:32 -04:00
|
|
|
@import 'base/bootstrap';
|
|
|
|
|
|
|
|
// Typography-related
|
|
|
|
@import 'base/typography';
|
|
|
|
|
|
|
|
// Link styles
|
|
|
|
@import 'base/links';
|
2024-05-14 09:09:56 -04:00
|
|
|
@import 'base/base';
|
2024-04-19 06:46:32 -04:00
|
|
|
|
|
|
|
// Page layout that isn't related to a particular component or page
|
|
|
|
@import 'base/layout';
|
2024-10-28 06:02:02 -04:00
|
|
|
|
|
|
|
// Module styles
|
|
|
|
// TODO: find a way for modules to add styles dynamically
|
|
|
|
@import 'modules/all';
|