/* =============================================================
   Helvetica Neue — @font-face declarations
   All weights share a single font-family name so you can
   switch weight with `font-weight` alone.
   File naming convention: HelveticaNeue-<WeightName>-<CSSWeight>.woff2
   ============================================================= */

/* UltraLight — 200 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-UltraLight-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Thin — 250 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Thin-250.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}

/* Light — 300 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Light-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Roman (Regular) — 400 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Roman-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium — 500 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Medium-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold — 700 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Bold-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Heavy — 800 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Heavy-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Black — 900 */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/wp-content/themes/ekp/font/HelveticaNeue-Black-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =============================================================
   Usage examples
   ============================================================= */

/*
  body           { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; }
  .ultra-light   { font-weight: 200; }
  .thin          { font-weight: 250; }
  .light         { font-weight: 300; }
  .regular       { font-weight: 400; }
  .medium        { font-weight: 500; }
  .bold          { font-weight: 700; }
  .heavy         { font-weight: 800; }
  .black         { font-weight: 900; }
*/