@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("fonts/InterVariable.woff2") format("woff2-variations");
}

body {
    color: #000000;
    background: #ffffff;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.15;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

a {
    color: #3f7cff;
}

.text-lead {
    font-size: 20px;
    line-height: 1.45;
}

.info-callout {
    border-left: 4px solid #000000;
    border-radius: 0 8px 8px 0;
    padding: 18px 20px;
    background: #f4f4f4;
}

.feature-card,
.aside-note {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    background: #f4f4f4;
}
