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