/* MODERN THEME */

body * {
    font-family: "Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}

h1 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}

h2 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 6px;
}

h3 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
}

span, p, ul, ol {
    font-size: 12px;
}

.callout-text {
    font-style: italic;
}

input, button {
    font-family: "Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif !important;
}
