/**
 * Good Robot typography – custom font loading
 *
 * Logo/Brand: Conifer Solid Regular (self-hosted)
 * Headline: Novecento Wide Bold (Adobe Fonts – add to kit mgd6lok)
 * Subhead: Trade Gothic Bold (Adobe Fonts – already in kit)
 * Body: Trade Gothic Regular (Adobe Fonts – already in kit)
 *
 * Conifer Solid: Purchase from MyFonts, add .woff2 to theme/fonts/
 * Novecento Sans Wide: Add to Adobe Fonts kit at fonts.adobe.com
 */
@font-face {
  font-family: "conifer-solid";
  src: url("../fonts/conifer-solid-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
