/*
 * Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
 * See LICENSE in the project root for license information.
 */
/* --------------------------------------------------------------------- */
/*
 * This file is reserved for CDN consumption of web components using the Alaska theme
 * and not intended to be used with standard dynamic projects.
 */

// Template for theme compilation - THEME_NAME will be replaced by build script
// Built with theme.global.css.build.mjs

// Tokens & config
@import "../../config/THEME_NAME";

// Essentials
@import "../../essentials/themes/THEME_NAME";
@import "../../fonts/themes/THEME_NAME";

// Type styles
@import "../../type/themes/THEME_NAME";
