/*
 * Path: /wp-content/themes/sml-theme/assets/css/fonts.css
 * Description: Self-hosted premium fonts (Suisse Intl + TT Hoves).
 *              Loaded BEFORE core.css so tokens can reference these families.
 * Version: 1.1.0
 */

/* Suisse Intl (UI / body – regular)
   NOTE: This package in /font/suisse-Intl contains a single file name.
   If you add additional weights later, duplicate this block with matching font-weight.
*/
@font-face {
  font-family: "SuisseIntl";
  src:
    url("../../font/suisse-Intl/suisseintl.woff2") format("woff2"),
    url("../../font/suisse-Intl/suisseintl.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* TT Hoves Pro – variable (display / headings)
   We generate a WOFF2 from the provided TTF variable for much better performance.
*/
@font-face {
  font-family: "TTHoves";
  src:
    url("../../font/tt-hoves-pro-font/TT-Hoves-Pro-Variable.woff2") format("woff2"),
    url("../../font/tt-hoves-pro-font/TT-Hoves-Pro-Trial-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Optional: if you later add italic webfonts, declare them here.
   For now we let the browser synthesize italic (acceptable for limited usage).
*/
