/* Ashby Theme v2 - January 2026 */
/* Blue Theme - Same styling as Meet the Team page, but with blue accents */

/* NOTE: The "Stealth Startup" company name styling is controlled in
   Ashby Admin settings, not CSS. To change it:
   - Go to Settings > Career Page
   - Look for Company Name display options
   - Brand Colors control the gradient */

:root {
    --colorPrimary900: #1E3A8A;
    --colorPrimary600: #2563EB;
    --widthMaxJobBoard: 800px;
    --borderRadiusContainer: 16px;
    --borderRadiusControl: 12px;
    --borderRadiusButton: 12px;
    --fontFamily: "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif;
    --colorAppBackground: #faf8f5;
}

.ashby-job-board-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.ashby-job-posting-brief {
    margin-bottom: 12px;
}
