/* stylelint-disable max-line-length */
h1.editor {
    margin-bottom: max(24px, 24px);
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--font-size-header1);
    line-height: clamp(42px, 5vw, 77px);
}

/** umb_name:Subheader */
h2.editor {
    margin-bottom: 24px;
    font: var(--font-size-32);
    font-weight: var(--font-weight-semi-bold);
}

/** umb_name:Subsubheader */
h3 {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size);
    line-height: 27px;
}

/** umb_name:Text */
p.editor {
    font: var(--font-size-18);
    font-weight: var(--font-weight-regular);
}

/** umb_name: Blue text */
p.blue {
    margin-bottom: 0;
    color: var(--color-blue);
}

p.blue + * {
    margin-top: 0;
}

table {
    display: block;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
}

/* mulish-200 - latin */
@font-face {
    font-weight: 200;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-200italic - latin */
@font-face {
    font-weight: 200;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-300 - latin */
@font-face {
    font-weight: 300;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-300italic - latin */
@font-face {
    font-weight: 300;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-regular - latin */
@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-italic - latin */
@font-face {
    font-weight: 400;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-500 - latin */
@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-500italic - latin */
@font-face {
    font-weight: 500;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-600 - latin */
@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-600italic - latin */
@font-face {
    font-weight: 600;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-700 - latin */
@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-700italic - latin */
@font-face {
    font-weight: 700;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-800 - latin */
@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-800italic - latin */
@font-face {
    font-weight: 800;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-900 - latin */
@font-face {
    font-weight: 900;
    font-family: Mulish;
    font-style: normal;
    src: url('/css/fonts/mulish-v13-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}

/* mulish-900italic - latin */
@font-face {
    font-weight: 900;
    font-family: Mulish;
    font-style: italic;
    src: url('/css/fonts/mulish-v13-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
