/**
 * Local webfonts — Metelska Law
 *
 * Bellefair, Cormorant Garamond, Jost:
 *   Licensed under the SIL Open Font License, Version 1.1.
 *   https://openfontlicense.org/
 *   Full source and copyright notices: https://fonts.google.com
 *
 * Noto Emoji Subset (NotoEmojiSubset.woff2):
 *   Derived from “Noto Emoji” by Google LLC.
 *   Licensed under the SIL Open Font License, Version 1.1.
 *   https://openfontlicense.org/
 *   This subset was produced with fonttools subset for faster loading;
 *   glyphs used on this site: U+2696 (⚖), U+FE0F, U+1F4CC (📌), U+1F4DE (📞).
 *   (Office hours uses an inline SVG clock for consistent outline style on iOS.)
 *   Full family: https://fonts.google.com/noto/specimen/Noto+Emoji
 */

@font-face {
  font-family: 'Bellefair';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('bellefair-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('cormorant-garamond-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('cormorant-garamond-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('jost-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('jost-normal.woff2') format('woff2');
}

/* Subset of Noto Emoji — see license note at top of this file */
@font-face {
  font-family: 'Noto Emoji Subset';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('NotoEmojiSubset.woff2') format('woff2');
}
