/*
theme name: Concordia Foundation
template: customify
author: Modern Earth
version: 1.0.0
*/
@media(hover:hover) and (min-width: 1024px) {
    @font-face {
        font-family: 'Inter';
        src: url('fonts/Inter-VariableFont_slnt,wght.ttf') format('woff');
        font-weight: normal;
        font-style: normal;
    }
}

html>body {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body strong,
body b {
    font-weight: 800;
}

main p,
main li {
    max-width: 75ch;
    line-height: 1.618em;
    margin-left:0;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    text-wrap: balance;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}