/* Ashby Job Board Custom Styles - Storyco (Minimal) */

:root {
  /* Use deep-blue for all primary colors */
  --colorPrimary900: #011627;
  --colorPrimary600: #011627;
  
  /* Full width layout */
  --widthMaxJobBoard: 100%;
  
  /* Rounded corners */
  --borderRadiusContainer: 1rem;
  --borderRadiusControl: 0.5rem;
  --borderRadiusButton: 0.5rem;
  
  /* White background */
  --colorAppBackground: #ffffff;
}