/**
 * @file
 * Color functions.
 *
 * @package Functions.
 */
/* Tint. */
/* Shade. */
/**
 * @file
 * Global settings.
 *
 * @package Settings.
 */
/* Import. */
/* * @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
/* Font family. */
/* Font size. */
/* Font weight. */
/* Line height. */
/* Basic colors. */
/* Status colors. */
/* Border radius. */
/* Outline. */
/* Shadow. */
/* Spacing. */
/* Width. */
/* Breakpoints. */
/* Grid breakpoints. */
/* Grid. */
/**
 * @file
 * Mixin for headings.
 *
 * @package Tools.
 */
/* Use. */
/* Base properties. */
/* Heading 1. */
/* Heading 2. */
/* Heading 3. */
/* Heading 4. */
/* Heading 5. */
/* Heading 6. */
/**
 * @file
 * Helper for text elements.
 *
 * @package Helpers.
 */
/* Use. */
/* Title. */
.h-title {
  color: #171725;
  font-family: "Din Next Pro Rounded", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 1.95rem 0 0;
  scroll-margin-top: 1.95rem;
  margin-top: 0;
}
.h-title:focus {
  outline: 1px dashed currentColor;
  outline-offset: 2px;
}

/* Intro. */
.h-intro {
  font-weight: 700;
}

/* Meta. */
.h-meta {
  color: #FFC542;
  display: inline-block;
}

/*# sourceMappingURL=text.css.map */