:root {
    --hlb-page-min-width: 320px;
    --hlb-primary-color: #005A77;
    --hlb-secondary-color: #FBBA00;
    --hlb-text-color: #1d1d1b;
    --hlb-background-color: #F2F6F8;
    --hlb-font-family: 'Open Sans', sans-serif;
    --hlb-font-size: 1rem;
    --hlb-font-size-extra-small: 0.75rem;
    --hlb-font-size-small: 0.875rem;
    --hlb-font-size-medium: 1.125rem;
    --hlb-font-size-large: 1.25rem;
    --hlb-font-size-extra-large: 1.4rem;
    --hlb-font-size-h1: 1.6rem;
    --hlb-font-size-h2: 1.3rem;
    --hlb-base-font-weight: 400;
    --hlb-base-line-height: 1.5;
    --hlb-letter-spacing: 0.01em;
    --hlb-font-weight-bold: 700;
    --hlb-font-weight-default: 400;
}
@media (min-width: 768px) {
    :root {
        --hlb-font-size-h1: 2rem;
        --hlb-font-size-h2: 1.5rem;
    }
}
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/open-sans-v40-latin/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v40-latin/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/open-sans-v40-latin/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  