﻿body {
    font-family: 'Inter',sans-serif;
    color: var(--text);
}

h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
}

h2 {
    font-size: 42px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

p {
    color: var(--text-light);
    font-size: 18px;
    line-height: 1.7;
}
