body {
    font-family: var(--vgl-font-family);
    font-size: var(--vgl-font-size-base);
    line-height: var(--vgl-line-height);
    color: var(--vgl-color-text);
    background: var(--vgl-color-bg);
}

h1 { font-size: var(--vgl-font-size-3xl); font-weight: 700; line-height: var(--vgl-line-height-tight); }
h2 { font-size: var(--vgl-font-size-2xl); font-weight: 700; line-height: var(--vgl-line-height-tight); }
h3 { font-size: var(--vgl-font-size-xl); font-weight: 600; }
h4 { font-size: var(--vgl-font-size-lg); font-weight: 600; }

.vgl-prose {
    line-height: 1.7;
}

.vgl-prose h2,
.vgl-prose h3,
.vgl-prose h4 {
    margin-top: var(--vgl-space-8);
    margin-bottom: var(--vgl-space-4);
}

.vgl-prose p,
.vgl-prose ul,
.vgl-prose ol {
    margin-bottom: var(--vgl-space-4);
}

.vgl-prose ul,
.vgl-prose ol {
    list-style: disc;
    padding-left: var(--vgl-space-6);
}

.vgl-prose ol {
    list-style: decimal;
}

.vgl-price {
    font-weight: 700;
    color: var(--vgl-color-accent);
}

.vgl-price--large {
    font-size: var(--vgl-font-size-2xl);
}

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

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

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