/*
 * Copyright 2020 Adobe. All rights reserved.
 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License. You may obtain a copy
 * of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
 * OF ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 */

/* Critical Design System tokens and global styles.
 * Keep this list aligned with scripts/libs/ds/styles/styles.css, but avoid the
 * extra render-blocking request caused by importing that aggregator file.
 *
 * Base tokens are always loaded (all viewports). Viewport/blog theme deltas
 * (including mobile) are loaded by initViewportLoader().
 */

@import url("../scripts/libs/ds/styles/base/blur.css");
@import url("../scripts/libs/ds/styles/base/border-radius.css");
@import url("../scripts/libs/ds/styles/base/border-width.css");
@import url("../scripts/libs/ds/styles/base/color.css");
@import url("../scripts/libs/ds/styles/base/dimension.css");
@import url("../scripts/libs/ds/styles/base/font-family.css");
@import url("../scripts/libs/ds/styles/base/font-size.css");
@import url("../scripts/libs/ds/styles/base/font-weight.css");
@import url("../scripts/libs/ds/styles/base/gradient.css");
@import url("../scripts/libs/ds/styles/base/shadow.css");
@import url("../scripts/libs/ds/styles/base/size.css");
@import url("../scripts/libs/ds/styles/base/space.css");
@import url("../scripts/libs/ds/styles/base/typography.css");
@import url('../scripts/libs/ds/styles/dark/color.css');
@import url('../scripts/libs/ds/styles/unipol-header.css');
@import url('../scripts/libs/ds/styles/icons.css');
@import url('../scripts/libs/ds/styles/global.css');
@import url('../scripts/libs/ds/styles/viewport-scale.css');
