/**
 * @file: static.css
 * @description: Static page styles
 * @dependencies: style.css
 * @created: 2025-07-24
 */

 .static__content-wrapper h2 {
    color: var(--color-primary);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
 }

 .static__content-wrapper p {
    font-size: 1rem;
 }