html {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;
    line-height: 1.55em;
}

/** set global text ***/

.text {
    text-rendering: geometricPrecision;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 1.55em;
}

:root {
    --font-regular: "Noto Sans", sans-serif;
    --font-alt: "Ysabeau", sans-serif;
    
    --size-xl: 4.0em;
    --size-l: 1.3em;
    --size-l-alt: 1.5em; 
    --size-m: 1.2em;
    --size-m-alt: 1.4em;
    --size-s: 1.1em;
    --size-s-alt: 1.1em;
}

@media screen and (min-width: 380px) {
    .text {
        font-size: 17px;
        line-height: 1.55em;
    }
}
@media screen and (min-width: 540px) {
    .text {
        font-size: 17px;
        line-height: 1.6em;
    }
}

@media screen and (min-width: 768px) {
    .text {
        font-size: 16px;
        line-height: 1.6em;
    }
}
@media screen and (min-width: 1200px) {
    .text {
        font-size: 16px;
        line-height: 1.6em;
    }
}
@media screen and (min-width: 1400px) {
    html {
        font-size: 17px;
        line-height: 1.55em;
    }
    :root {
        --size-xl: 4.0em;
    }
    .text {
        font-size: 17px;
        line-height: 1.6em;
    }

}
@media screen and (min-width: 1600px) {
    :root {
        --size-xl: 4.2em;
    }
    .text {
        font-size: 18px;
        line-height: 1.6em;
    }
}
@media screen and (min-width: 1800px) {
    .text {
        font-size: 18px;
        line-height: 1.6em;
    }
    :root {
        --size-xl: 4.4em;
    }
}
@media screen and (min-width: 2100px) {
    .text {
        font-size: 19px;
        line-height: 1.6em;
    }  
}
@media screen and (min-width: 2400px) {
    .text {
        font-size: 19px;
        line-height: 1.6em;
    } 
}


strong, b {
    font-weight: 600;
}

small {
    font-size: inherit;
    color: var(--color-text-grey);
}

.font-alt {
    font-family: var(--font-alt);
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-alt);
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
     text-rendering: geometricPrecision;
}
/*.h1 {
    font-weight: 300;
    font-size: 1.6em;
    margin-bottom: 0em;
    line-height: 1.35em;
}
.text h2,
.h2 {
    font-size: 1.2em;
    letter-spacing: 0.2px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1.35rem;
}
.text h3,
.h3 {
    font-size: 1.1em;
    letter-spacing: 0.2px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 1.35rem;
}
.text {
    text-rendering: geometricPrecision;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 1.6em;
}*/




/** new sizes **/

.ttl {
    font-weight: 500;
    letter-spacing: 0.2px;
}
.ttl strong {
    font-weight: 700 !important;
}
.ttl.size-xl {
    font-weight: 600 !important;
    letter-spacing: -1.5px;
    font-size: var(--size-xl);
    line-height: 100%;
}
.ttl.size-l {
    font-size: var(--size-l);
    line-height: 1.5em;
}
.ttl.size-l.font-alt, h2 {
    font-size: var(--size-l-alt);
    line-height: 1.3em;
    font-weight: 700;
}

.ttl.size-m {
    font-size: var(--size-m);
    line-height: 1.5em;
}
.ttl.size-m.font-alt {
    font-size: var(--size-m-alt);
    line-height: 1.25em;
}
.ttl.size-s {
    font-size: var(--size-s);
    line-height: 1.5em;
}
.ttl.size-s.font-alt, h3 {
    font-size: var(--size-s-alt);
    line-height: 1.35em;
}
.ttl.size-xs {
    line-height: 1.3em;
}

/* =====  OPENINGS ==================================================== */

.intro-block .block-type-heading {
    font-size: 1.1em;
    letter-spacing: 0px;
    line-height: 155%;
    font-weight: 700 !important;
}
.intro-block .block-text {
    font-size: 1.4em;
    line-height: 125%;
    margin-bottom: 3px;
}
.intro-block .block-text {
    font-weight: 700;
    font-family: var(--font-alt);
    letter-spacing: 0;
}
.intro-block .block-type-heading u {
    color: var(--color-mustard) !important;
    filter: brightness(1.05);
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .intro-block .block-type-heading {
        font-size: 1.3em;
        line-height: 155%;
    }
    .intro-block .block-text {
        font-size: 1.35em;
        line-height: 130%;
    }
}
@media screen and (min-width: 1600px) {
    .intro-block .block-type-heading {
        font-size: 1.3em;
        line-height: 155%;
    }
    .intro-block .block-text {
        font-size: 1.35em;
        line-height: 130%;
    }
}

@media screen and (min-width: 1800px) {
    .intro-block .block-type-heading {
  
    }
    .intro-block .block-text {
        font-size: 1.35em;
        line-height: 130%;
    }
}

@media screen and (min-width: 2100px) {
    .intro-block .block-type-heading {
        font-size: 1.3em;
        line-height: 155%;
    }
    .intro-block .block-text {
        font-size: 1.4em;
        line-height: 130%;
    }
}

/*
.text a {
    text-decoration: underline;
}
.text :first-child {
    margin-top: 0;
}
.text :last-child {
    margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
    margin-bottom: 1.5rem;
}
.text ul,
.text ol {
    margin-left: 1rem;
}
.text ul p,
.text ol p {
    margin-bottom: 0;
}
.text ul > li {
    list-style: disc;
}
.text ol > li {
    list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
    margin-bottom: 0;
}


.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 6rem 0;
}
.text dt {
  font-weight: 600;
}
.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 3rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}
.text figure ul {
  line-height: 0;
  display: grid;
  gap: 1.5rem;
  margin: 0;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.text figure ul li {
  list-style: none;
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}
button {
    border-radius: 0px;
    padding: 15px 23px;
    border: 1px solid white;
}
button.blue {
    border: none;
    background-color: var(--color-blue-light);
    color: white;
}
*/