/**
 * Avenir Web Fonts
 * Self-hosted font files for optimal performance
 * All weights and styles included
 */

/* Avenir Ultra Light (200) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_2.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Avenir Light (300) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_7.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir_8.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Avenir Regular (400) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir_11.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Avenir Medium (500) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_9.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir_10.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Avenir Bold (700) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_5.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir_6.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Avenir Black (900) */
@font-face {
  font-family: "Avenir";
  src: url("Avenir_3.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("Avenir_4.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/**
 * Font Weights Available:
 * - 200: Ultra Light
 * - 300: Light
 * - 400: Regular (default)
 * - 500: Medium
 * - 700: Bold
 * - 900: Black
 * 
 * Each weight includes both normal and italic styles
 */
