// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------

// sass-lint:disable no-duplicate-properties

// @font-face is not supported in SassDocs

/// Baseline font-face setting for using web based custom fonts - font weight light
/// @example scss - import src file
///   @import "./node_modules/@alaskaairux/webcorestylesheets/dist/fonts";

// Auro rule
@font-face {
  font-family: $auro-asset-font-circular-family-name;
  font-weight: $auro-text-heading-display-weight;
  font-style: normal;

  font-display: fallback;
  src: url('https://resource.alaskaair.net/-/media/4E8D77C0D7A8411AB9C351C1EFF86681.woff2') format('woff2'),
  url('https://resource.alaskaair.net/-/media/CAAEEC88586944808EDE9B36A3460098.woff') format('woff');
}


/// Baseline font-face setting for using web based custom fonts - font weight medium
/// @example scss - import src file
///   @import "./node_modules/@alaskaairux/webcorestylesheets/dist/fonts";
@font-face {
  font-family: $auro-asset-font-circular-family-name;
  font-weight: $auro-text-heading-medium-weight;
  font-style: normal;

  font-display: fallback;
  src: url("https://resource.alaskaair.net/-/media/A5558137DB0F4B818D85EBE44FDC542E.woff2") format("woff2"),
  url("https://resource.alaskaair.net/-/media/F4E82B6C6CBA46B4A322B4B99B2CBC63.woff") format("woff");
}

/// Baseline font-face setting for using web based custom fonts - font weight book
/// @example scss - import src file
///   @import "./node_modules/@alaskaairux/webcorestylesheets/dist/fonts";
@font-face {
  font-family: $auro-asset-font-circular-family-name;
  font-weight: $auro-text-body-default-weight;
  font-style: normal;

  font-display: fallback;
  src: url('https://resource.alaskaair.net/-/media/1DD02F55437F4346B7EF7D5A08326D71.woff2') format('woff2'),
  url('https://resource.alaskaair.net/-/media/2339807B68A344348447336D15035425.woff') format('woff');
}
