:root {

				width: 100%;

        /*  The max width of the job board container */

        --widthMaxJobBoard: 1200px;



        /*  The max width of the application form section */

        --widthMaxJobBoard: 1200px;



        /*  Container border radius */

        --borderRadiusContainer: 0px;



        /*  Border radius of control elements (e.g. input boxes) */

        --borderRadiusControl: 0px;



        /*  Button border radius */

        --borderRadiusButton: 8px;



        /*  Font families */

        --fontFamily: "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", "Apple Color Emoji", "Segoe UI Emoji", sans-serif ;



        --colorAppBackground: #fff;

      }