@import url("https://c.ststat.net/content/sites/BaseTemplate/css/WebOverrides.css");
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');


body {
    --body-background-color: #0a0a0a;
    --section-background-color: #111111;
    --body-text-color: #f7f7f5;
    --primary-link-color: #f7f7f5;
    --primary-link-color-hover: #efefec;
    --primary-button-text-color: #0a0a0a;
    --heading-font-family: 'Space Grotesk';
    --body-font-family: 'Inter';
}

.l-header {
    padding: clamp(1rem, 2vw, 2rem);
    .g-inner {
        max-width: 100%;
        .g-logo img {
            max-width: 202px;
            margin: initial;
        }
    }
}