/*
Theme Name: Objective Measure
Theme URI: https://opencollective.com/blankslate
Author: HT
Author URI:
Description: Custom WordPress theme for Objective Measure, ported from Next.js.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: objective-measure
*/

/* Global font defaults */
body {
  font-family: var(--font-pp-neue-montreal);
  color: #333f5b;
  background-color: #fafbfd;
  -webkit-font-smoothing: antialiased;
}

/* Headings use Mackinac like your OM site */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-p22-mackinac-pro);
  font-weight: 500;
  letter-spacing: -0.04em;
}