/*
 * Custom CSS for the Restate Ashby job board embed.
 * Upload this file in Ashby → Settings → Job Board → Custom CSS.
 *
 * Background color matches the Restate website: oklch(0.9764 0.0013 286.38) ≈ #f7f7f8
 */

body {
    background-color: #f7f7f8;
}

:root {
    /* App background token — controls the sticky nav header background */
    --colorAppBackground: #f7f7f8;
}
