/* STRUCTURAL */
body{
    margin: 0;
}

.wp-block-button__link{
	border-width: 1px !important;
}

h1{
    font-size: 60px !important;
}
h2{
    font-size: 40px !important;
}
h3{
    font-size: 36px !important;
}
h4{
    font-size: 32px !important;
}
h5{
    font-size: 24px !important;
}
h6{
    font-size: 20px !important;
}

p > strong{
    font-weight: bold;
}


h1,h2,h3,h4,h5,h6{
    font-family: var(--font-headings);
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0.6em;
    margin-top: 0;
}


*{
    text-underline-offset: 2px;
}



main ol,
main ul{
    padding-left: 1.5em;
}

main ol li,
main ul li{
    padding-left: 12px;
    margin-bottom: 1.5em;
}


h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child){
    margin-top: 2em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
    margin-bottom: 0;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child, 
p:first-child{
    margin-top: 0;
}


img{
    border-radius: var(--border-radius-small);
    user-select: none;
}





