/*
Theme Name: Objective Measure
Theme URI: http://localhost/objective-measure
Author: HT
Author URI: http://localhost
Description: Custom WordPress theme for Objective Measure, ported from Next.js.
Version: 1.0.0
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;
}
