body {
    font-family: 'Inter', sans-serif;
    color: var(--primary-color);
    background: var(--site-background-color);
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.6;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
    line-height: 1.3;
}

h2 {
    font-size: 30px;
    line-height: 1.3;
}

h3 {
    font-size: 25px;
    line-height: 1.3;
}

.hero h1,
.hero h2 {
    font-weight: 800;
}

.text-color {
    color: var(--text-color);
}

.white-text {
    color: var(--white-color);
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.page-title {
    margin-top: 0;
}