@font-face {
    font-family: 'Shadows Into Light';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Shadows_Into_Light_Two/ShadowsIntoLightTwo-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Work Sans';
    src: url(../fonts/Work_Sans/WorkSans-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: 'Josefin Sans';
    src: url(../fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf) format('truetype');
}

h1, .text-h1 {
    font-size: 1.5rem;
    font-family: 'Shadows Into Light', sans-serif;
}

h2, .text-h2 {
    font-size: 2rem;
    font-family: 'Shadows Into Light', sans-serif;
    margin-bottom: 0.8rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

h3, .text-h3 {
    font-size: 1.5rem;
    font-family: 'Shadows Into Light', sans-serif;
}

h4, .text-h4 {
    font-size: 1.25rem;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

h5, .text-h5 {
    font-size: 1.4rem;
    font-family: 'Work Sans', sans-serif;
}

h6, .text-h6 {
    font-size: 1.1rem;
    font-family: 'Work Sans', sans-serif;
}

p, .text-p {
    font-size: 1.2rem;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.8rem;
    margin-bottom: 2.25rem;
    font-weight: 300;
}

strong {
    font-weight: 550 !important;
}

@media(max-width: 992px) {
.wp-block-columns-is-layout-flex .has-text-align-center,h2,h4,p.has-text-align-left{
    text-align: center !important;
    margin-bottom: 0.5rem;
}
h2, h4 {
   margin:0.5rem 0;
}

.alpakaalm-oekotext{
    text-align: left !important;
}

.wpcf7-text{
    font-size: 1rem !important;
}
html {
    font-size: 80% !important;
  }

}
