/**
 * @file Defines styles specific to pages
 * Custom properties are set in `_includes/shortcodes/css-root.js`
 * @author Andreas Pappas <andrewpap1997@gmail.com>
 * @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/--*CSS Custom Properties on MDN}
 */
.article-header h2 {
  font-size: 2.5em;
} 
