/* Fragment job board theme
 * Upload in Ashby: Admin > Job Boards > Theme > Custom CSS
 * Palette: Mosaic #F3F1EF (background + surfaces), Drift #7EACB7 (accent),
 *          Shards #231F20 (text)
 */

:root {
    /* Page background — matches fragment.ai */
    --colorAppBackground: #F3F1EF;

    /* Surface color used for cards/panels (white by default) */
    --colorNeutral000: #F3F1EF;

    /* Accent color for buttons and links (Drift).
       Note: primary colors can also be set in Ashby's theme settings —
       keep these consistent with what's set there. */
    --colorPrimary900: #7EACB7;
    --colorPrimary600: #9BC0C9;
}

/* Flatten the white panels on job posting pages */
.ashby-job-posting-left-pane {
    background: #F3F1EF !important;
}

.ashby-job-posting-right-pane {
    background: #F3F1EF !important;
}

.ashby-job-posting-right-pane-overview-tab {
    background: #F3F1EF !important;
}

.ashby-job-posting-right-pane-application-tab {
    background: #F3F1EF !important;
}

.ashby-job-posting-right-pane-tab-slider {
    background: #F3F1EF !important;
}

/* Job list cards on the hosted board */
.ashby-job-posting-brief {
    background: #F3F1EF !important;
    margin-bottom: 10px;
}
