@font-face {
    font-family: 'Benzin';
    src: url('/wp-content/themes/e-theme/assets/font/gilroy/BENZIN-REGULAR.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('/wp-content/themes/e-theme/assets/font/gilroy/BENZIN-MEDIUM.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('/wp-content/themes/e-theme/assets/font/gilroy/BENZIN-SEMIBOLD.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('/wp-content/themes/e-theme/assets/font/gilroy/BENZIN-BOLD.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benzin';
    src: url('/wp-content/themes/e-theme/assets/font/gilroy/BENZIN-EXTRA-BOLD.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}		
/* -----------------------
   GILROY (OTF)
   В проекте используйте 'Gilroy' с нужным весом.
   ----------------------- */

/* Thin (100) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-THIN.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-THINITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-LIGHT.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-LIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-REGULARITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (500) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-MEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-MEDIUMITALIC.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Semibold (600) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-SEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-BOLDITALIC.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ExtraBold (800) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-EXTRABOLD.OTF') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-EXTRABOLDITALIC.OTF') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* Black (900) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-BLACK.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-BLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Heavy (950 — если используете) */
@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-HEAVY.OTF') format('opentype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
 font-family: 'Gilroy';
  src: url('gilroy/GILROY-HEAVYITALIC.OTF') format('opentype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}