/**
 * NSCD @font-face declarations
 *
 * This file is enqueued by WordPress directly (not via Vite) so that
 * relative url() paths resolve against the WordPress origin and the
 * theme directory rather than the Vite dev server.
 *
 * Atyp BL Variable is loaded from Adobe Fonts via _fonts.scss (@import).
 */

@font-face {
  font-family: 'Pais Alt';
  src: url('fonts/PaisAlt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pais Alt';
  src: url('fonts/PaisAlt-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pais Alt';
  src: url('fonts/PaisAlt-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Palmer Lake';
  src: url('fonts/PalmerLake-Print.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
