:root {
  --psi-width-xxlarge: 1440px;
  --psi-width-xlarge: 1200px;
  --psi-width-large: 1024px;
  --psi-width-medium: 992px;
  --psi-width-small: 768px;
  --psi-width-xsmall: 576px;
  --psi-width-xxsmall: 475px;
  --breakpoint-mobile: var(--psi-width-medium);
}