
# CSS Styling

The drupal.org theme as of 2024 is being updated to use vanilla CSS going forward. The SASS will remain to support the legacy portions of the site, but will be phased out over time. As global styling is added, it will be placed in the `global-styles.css` file and removed from the `styles.css` file.

## Font Standards

- **H1-H3**, **Large Headlines**: ZT Gatha Bold, Noto Sans Bold, system-ui, sans-serif

- **H4-H6**: Noto Sans Bold, system-ui, sans-serif;

- **Hero Subheading**: Noto Sans Bold, system-ui, sans-serif - Text under hero page title

- **Blockquote**: Noto Sans Bold, system-ui, sans-serif

- **Buttons**: Noto Sans Bold, system-ui, sans-serif

- **Body**, **lists**: Noto Sans Regular, system-ui, sans-serif

  - *Noto Sans Italic and Noto Sans Bold should be available for editors to style body text.*

- **Code**: Source Code Pro, monospace - Used on the Downloads page
