/*
  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.
*/
/* 
  Essential styles based on the Alaska theme, 
  used in Alaska and its derivatives (Alaska Classic, Auro 1, Auro 2)
*/
:focus:not(:focus-visible) {
  outline: 3px solid transparent;
}

html {
  box-sizing: border-box;
  font-size: var(--ds-basic-type-size-16, 1rem);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
.baseType {
  margin: 0;
  color: var(--ds-basic-color-texticon-default, #2a2a2a);
  font-family: var(--ds-basic-type-family-default, "AS Circular");
  font-size: var(--ds-basic-type-size-16, 1rem);
  font-weight: var(--ds-basic-type-weight-book, 450);
  line-height: var(--ds-basic-type-line-height-150, 1.5);
  letter-spacing: var(--ds-basic-type-letter-spacing-0, 0);
  font-variant-ligatures: no-common-ligatures;
}

.baseParagraph {
  margin: 0 0 1rem;
  line-height: var(--ds-basic-type-line-height-150, 1.5);
}
.baseParagraph .hyperlink {
  text-decoration: underline;
}

.hyperlink {
  text-decoration: underline;
  color: var(--ds-advanced-color-hyperlink-text, #2875b5);
}
.hyperlink:visited {
  color: var(--ds-advanced-color-hyperlink-text, #2875b5);
}
.hyperlink--nav {
  display: block;
  text-decoration: none;
}
.hyperlink--nav:not(.is-touching):hover {
  text-decoration: underline !important;
}
.hyperlink--ondark {
  color: var(--ds-advanced-color-hyperlink-text-inverse, #ffffff);
}
.hyperlink--ondark:not(.is-touching):hover {
  color: var(--ds-advanced-color-hyperlink-text-inverse-hover, #ebf3f9);
}
.hyperlink--ondark:visited {
  color: var(--ds-advanced-color-hyperlink-text-inverse, #ffffff);
}
.hyperlink:not(.is-touching):hover {
  text-decoration: none;
  color: var(--ds-advanced-color-hyperlink-text-hover, #01426a);
}

img {
  max-width: 100%;
}

small,
.type--small {
  font-size: var(--ds-basic-type-size-12, 0.75rem);
  font-weight: var(--ds-basic-type-weight-book, 450);
  line-height: var(--ds-basic-type-line-height-100, 1);
  letter-spacing: var(--ds-basic-type-letter-spacing-0, 0);
}

/* stylelint-disable-line scss/dollar-variable-first-in-block */
.fineprint {
  font-family: var(--ds-basic-type-family-default, "AS Circular");
  font-size: var(--ds-basic-type-size-12, 0.75rem);
  font-weight: var(--ds-basic-type-weight-book, 450);
  line-height: var(--ds-basic-type-line-height-100, 1);
  letter-spacing: var(--ds-basic-type-letter-spacing-0, 0);
  color: var(--ds-basic-color-texticon-muted, #676767);
}

@font-face {
  font-family: "AS Circular";
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
  src: url("https://www.alaskaair.com/assets/font/global/ASCircularWeb-Light.woff2") format("woff2");
}
@font-face {
  font-family: "AS Circular";
  font-weight: 450;
  font-style: normal;
  font-display: fallback;
  src: url("https://www.alaskaair.com/assets/font/global/ASCircularWeb-Book.woff2") format("woff2");
}
@font-face {
  font-family: "Good OT";
  font-weight: 450;
  font-style: normal;
  font-display: fallback;
  src: url("https://www.alaskaair.com/assets/font/global/GoodOT-CondNews.woff2") format("woff2");
}
@font-face {
  font-family: "Good OT";
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
  src: url("https://www.alaskaair.com/assets/font/global/GoodOT-CondMedium.woff2") format("woff2");
}