/* Murray's Initiative External Forms */

:root{

    --font:
        "Schibsted Grotesk",
        Aptos,
        "Segoe UI",
        Arial,
        sans-serif;

}

/* Entire form */

body,
form{

    font-family:var(--font);

}

/* Main title */

h1{

    font-family:var(--font);

    font-size:2.2rem;

    font-weight:700;

    color:#213054;

    line-height:1.2;

}

/* Section headings */

h2,
h3{

    font-family:var(--font);

    font-weight:700;

    color:#213054;

}

/* Questions */

label{

    font-family:var(--font);

    font-weight:600;

    color:#213054;

}

/* Inputs */

input,
textarea,
select{

    font-family:var(--font);

}