/* stylelint-disable */

/* These variables can be used to control values throughout the job board. */
:root {
    /* Primary colors (unchanged) */
    --colorPrimary900: darkorange;
    --colorPrimary600: orange;

    /* Layout */
    --widthMaxJobBoard: 800px;
    --borderRadiusContainer: 10px;
    --borderRadiusControl: 10px;
    --borderRadiusButton: 10px;

    /* Font family */
    --fontFamily: "Switzer", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Helvetica, Arial, sans-serif;

    /* Background color */
    --colorAppBackground: #FAFAFA;
}
