/* robustrolling — custom overrides on top of furo */

:root {
    --color-brand-primary: #2E86AB;
    --color-brand-content: #2E86AB;
    --color-highlight-on-target: #e8f4f8;
}

/* Tighten the algorithm table on landing page */
.algorithm-table td, .algorithm-table th {
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
}

/* Monospace for inline code in parameter tables */
dl.field-list > dd code {
    font-size: 0.85em;
}

/* Hero paragraph */
.hero {
    font-size: 1.1rem;
    color: var(--color-foreground-secondary);
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--color-brand-primary);
    padding-left: 1rem;
}
