/**
* Font Family: Archivo (Local Web Font Package)
* Supported Weights: 100 (Thin) to 900 (Black) & Variable
*/

/* 1. Primary Standardized Font-Family Binding: 'Archivo' */
@font-face {
  font-family: 'Archivo';
  src: url('Archivo-Variable.woff2') format('woff2'),
       url('Archivo-Variable.woff') format('woff'),
       url('Archivo-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-Regular.woff2') format('woff2'),
       url('Archivo-Regular.woff') format('woff'),
       url('Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-Medium.woff2') format('woff2'),
       url('Archivo-Medium.woff') format('woff'),
       url('Archivo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-SemiBold.woff2') format('woff2'),
       url('Archivo-SemiBold.woff') format('woff'),
       url('Archivo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-Bold.woff2') format('woff2'),
       url('Archivo-Bold.woff') format('woff'),
       url('Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-ExtraBold.woff2') format('woff2'),
       url('Archivo-ExtraBold.woff') format('woff'),
       url('Archivo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo';
  src: url('Archivo-Black.woff2') format('woff2'),
       url('Archivo-Black.woff') format('woff'),
       url('Archivo-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

/* 2. Specific Weight Aliases for Backward Compatibility */
@font-face {
  font-family: 'Archivo-Thin';
  src: url('Archivo-Thin.woff2') format('woff2'),
       url('Archivo-Thin.woff') format('woff');
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-ExtraLight';
  src: url('Archivo-ExtraLight.woff2') format('woff2'),
       url('Archivo-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Light';
  src: url('Archivo-Light.woff2') format('woff2'),
       url('Archivo-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Regular';
  src: url('Archivo-Regular.woff2') format('woff2'),
       url('Archivo-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Medium';
  src: url('Archivo-Medium.woff2') format('woff2'),
       url('Archivo-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-SemiBold';
  src: url('Archivo-SemiBold.woff2') format('woff2'),
       url('Archivo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Bold';
  src: url('Archivo-Bold.woff2') format('woff2'),
       url('Archivo-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-ExtraBold';
  src: url('Archivo-ExtraBold.woff2') format('woff2'),
       url('Archivo-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Black';
  src: url('Archivo-Black.woff2') format('woff2'),
       url('Archivo-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Archivo-Variable';
  src: url('Archivo-Variable.woff2') format('woff2'),
       url('Archivo-Variable.woff') format('woff');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
