/* Site typography - ported from Neuros theme's customizer defaults
 * (theme's default values were never customized away from these,
 * confirmed via theme_mods_neuros - all font settings were unset). */

body {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.875em;
}

h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Sora', Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: -0.05em;
}

h1 { font-size: 80px; line-height: 1.125em; font-weight: 400; }
h2 { font-size: 60px; line-height: 1.16666em; font-weight: 400; }
h3 { font-size: 40px; line-height: 1.25em; font-weight: 400; }
h4 { font-size: 30px; line-height: 1.3333em; font-weight: 400; }
h5 { font-size: 25px; line-height: 1.4em; font-weight: 400; }
h6 { font-size: 20px; line-height: 1.5em; font-weight: 400; }

.neuros-button,
.body-container button,
.body-container input[type="submit"],
.body-container input[type="button"] {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
}