:root {
    --navy: #07111f;
    --navy-soft: #0e1f33;
    --blue: #2563eb;
    --blue-soft: #dbeafe;
    --cyan: #38bdf8;
    --green: #14b8a6;
    --ink: #0f172a;
    --muted: #64748b;
    --line: #dbe3ee;
    --surface: #f8fafc;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body.stratisk-site {
    margin-bottom: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

img {
    max-width: 100%;
}
