/**
 * @license SEE LICENSE.md
 * Copyright (c) 2021 NL Design System Community
 * All rights reserved
 */
@import "./design-tokens.css";
/**
 * @license SEE LICENSE.md
 * Copyright (c) 2021 NL Design System Community
 * All rights reserved
 */
@media (min-width: 768px) {
  .hoorn-theme {
    --utrecht-page-max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .hoorn-theme {
    --utrecht-page-max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .hoorn-theme {
    --utrecht-page-max-width: 1170px;
  }
}
