:root {
  
  --primary-font: "Open Sans", "Roboto", Calibri, sans-serif;
  --secondary-font: "Open Sans", "Roboto", Calibri, sans-serif;

  
  --app-wrapper-padding-top-desktop: 75px;
  --app-wrapper-padding-top-mobile: 70px;
  --media-query-mobile-breakpoint: 767px;

  
  --primary-color: #E75113;
  --secondary-color: #000000;

  
  --h3-weight: 600;

  
  --header-company-logo-min-width: 187px;
  --header-company-logo-background-size: cover;
  --header-height: 75px;
  --header-height-mobile: 90px;

  
  --job-offer-details-page-background: #fff;

  

  
  --widget-button-border-mobile: none;
  --widget-button-error-border-mobile: none;

  
  --career-site-footer-background-color: #E5E5E5;
  --career-site-footer-font-size: 13px;
  --career-site-footer-text-color: #000000;
}