/* fonts & font sizes can be changed if needed. If the heading/p/span tag only needs to be changed for some sections do e.g #gallery p/h/span to reference 
*/

* {
    font-family:'Syne', sans-serif;
}

p.sub-heading {
    font-family: 'Syne Mono', monospace !important;
    letter-spacing: 0.1vw;
    font-size: clamp(0.5rem, 0.9vw + 0.2rem, 0.75rem);
    line-height: 1.5;
}



p.diff-font {
    font-family:'Instrument Serif', serif;
    line-height:normal;
    margin:30px 0;
}

hr.wp-block-separator {
    width:24px;
    float:left;
    margin-top:10px;
}



h1, h2, h3, h4, h5, h6, h1 span, #About em, #Contact em {
    font-family: 'Instrument Serif', serif;
    font-weight:300;
    letter-spacing: -0.015em;
    margin:10px 0;
}

/* font sizes */

h1, h1 span{
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    /* min font size: 2.5rem, preferred: 5vw + 1rem, max font size: 4.5rem */ 
    line-height: 1.1;
}

h2{
   font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
    line-height: 1.2;
}

h3 {
    font-size: clamp(1.75rem, 3vw + 1rem, 2.75rem);
    line-height: 1.2;
}

h4 {
    font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
    line-height: 1.3;
}

h5 {
    font-size: clamp(1.25rem, 1vw + 1rem, 1.5rem);
    line-height: 1.4;
}

h6 {
    font-size: clamp(1rem, 0.5vw + 1rem, 1.25rem);
    line-height: 1.4;
}

/* standard-p-font-size-remove-this-tag-line p {
    font-size: clamp(0.938rem, 0.5vw + 0.9rem, 1.125rem);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}*/

p {
    font-size:1rem;
    font-weight: 400;
    line-height: 1.85
}

span:not(h1 span){
    font-size: clamp(0.875rem, 0.5vw + 0.875rem, 1rem);
    line-height:inherit;
    display:block;
}
