/*  Mapping of DRIVE font for VSB main pages */


/* thin */

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('Drive-Thin.woff2') format('woff2'),
       url('Drive-Thin.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('Drive-Thin.woff2') format('woff2'),
       url('Drive-Thin.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('Drive-ThinItalic.woff2') format('woff2'),
       url('Drive-ThinItalic.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('Drive-ThinItalic.woff2') format('woff2'),
       url('Drive-ThinItalic.woff') format('woff');
}


/* normal */

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Drive-Book.woff2') format('woff2'),
       url('Drive-Book.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Drive-Book.woff2') format('woff2'),
       url('Drive-Book.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('Drive-BookItalic.woff2') format('woff2'),
       url('Drive-BookItalic.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('Drive-BookItalic.woff2') format('woff2'),
       url('Drive-BookItalic.woff') format('woff');
}


/* medium */

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Drive-Medium.woff2') format('woff2'),
       url('Drive-Medium.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('Drive-MediumItalic.woff2') format('woff2'),
       url('Drive-MediumItalic.woff') format('woff');
}


/* bold */

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Drive-Bold.woff2') format('woff2'),
       url('Drive-Bold.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Drive-Bold.woff2') format('woff2'),
       url('Drive-Bold.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('Drive-BoldItalic.woff2') format('woff2'),
       url('Drive-BoldItalic.woff') format('woff');
}


@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('Drive-BoldItalic.woff2') format('woff2'),
       url('Drive-BoldItalic.woff') format('woff');
}


/* extrabold */

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('Drive-Extrabold.woff2') format('woff2'),
       url('Drive-Extrabold.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('Drive-Extrabold.woff2') format('woff2'),
       url('Drive-Extrabold.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('Drive-ExtraboldItalic.woff2') format('woff2'),
       url('Drive-ExtraboldItalic.woff') format('woff');
}

@font-face {
  font-family: "Drive";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('Drive-ExtraboldItalic.woff2') format('woff2'),
       url('Drive-ExtraboldItalic.woff') format('woff');
}