/* fonts.css — SELF-HOSTED webfonts + the Phosphor icon subset this theme uses.
 *
 * Replaces the previous third-party enqueues of fonts.googleapis.com and
 * unpkg.com. Loading fonts or icon CSS from a third-party CDN transmits every
 * visitor's IP to that CDN (AVG exposure; LG Munchen I 3 O 17493/20) and puts a
 * blocking cross-origin request on the LCP path.
 * See SOPs/08 - Quality Amendment s1.1 and s1.6 (third-party whitelist).
 *
 * The two text families are VARIABLE fonts, so one file per family+style+subset
 * covers every weight; the woff2 files are byte-identical to what Google serves.
 * Only the `latin` and `latin-ext` subsets are shipped (a Dutch/English site
 * never needs cyrillic, vietnamese, math or symbols).
 *
 * The Phosphor rules below are a hand-trimmed subset: only the icons actually
 * used in this theme. If you add an `<i class="ph ph-something">` to a page you
 * MUST add its `content:` rule here too, or the icon renders blank.
 * Source: @phosphor-icons/web@2.1.1.
 */

/* ---------- Lora (headings) — variable, wght 400..700 ---------- */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Nunito Sans (body) — variable, wght 200..1000 ---------- */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('../fonts/nunito-sans-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url('../fonts/nunito-sans-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Phosphor icon fonts ---------- */
@font-face {
  font-family: 'Phosphor';
  src: url('../fonts/Phosphor.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Phosphor-Fill';
  src: url('../fonts/Phosphor-Fill.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Icons used by this theme (add a rule here when you add an icon) ---------- */
.ph.ph-arrow-right:before { content: "\e06c"; }
.ph.ph-bed:before { content: "\e0cc"; }
.ph.ph-calendar-check:before { content: "\e712"; }
.ph.ph-caret-left:before { content: "\e138"; }
.ph.ph-caret-right:before { content: "\e13a"; }
.ph.ph-check-circle:before { content: "\e184"; }
.ph.ph-house:before { content: "\e2c2"; }
.ph.ph-list:before { content: "\e2f0"; }
.ph.ph-map-pin:before { content: "\e316"; }
.ph.ph-x:before { content: "\e4f6"; }
.ph-fill.ph-car:before { content: "\e112"; }
.ph-fill.ph-check-circle:before { content: "\e184"; }
.ph-fill.ph-envelope-simple:before { content: "\e218"; }
.ph-fill.ph-facebook-logo:before { content: "\e226"; }
.ph-fill.ph-house:before { content: "\e2c2"; }
.ph-fill.ph-map-pin:before { content: "\e316"; }
.ph-fill.ph-phone:before { content: "\e3b8"; }
.ph-fill.ph-ticket:before { content: "\e490"; }
.ph-fill.ph-tree-evergreen:before { content: "\e6dc"; }
.ph-fill.ph-waves:before { content: "\e6de"; }
.ph-fill.ph-wifi-high:before { content: "\e4ea"; }
