/* =========================================================
   SIMPLEPRESS
   Custom CSS
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

/* =========================================================
   SIMPLEPRESS — GLOBAL TYPOGRAPHY
   ========================================================= */

html,
body,
button,
input,
select,
textarea {
    font-family: 'Jost', sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

h1 {
    font-size: clamp(19px, 5vw, 32px);
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    font-size: clamp(18px, 5vw, 28px);
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    font-size: clamp(16px, 5vw, 26px);
    line-height: 1.25;
    font-weight: 600;
}

h4 {
    font-size: clamp(15px, 5vw, 24px);
    line-height: 1.25;
    font-weight: 600;
}

h5,
h6 {
    font-size: clamp(14px, 5vw, 22px);
    line-height: 1.25;
    font-weight: 600;
}

p {
    line-height: 1.5;
}

strong,
b {
    font-weight: 600;
}

blockquote {
    line-height: 1.5;
}

ul,
ol {
    line-height: 1.5;
}