/**
These font definitions are set up for the specific directory structure
used to deliver the page template code to Modern Campus. Change the paths
to the individual font files as needed when integrating into the CMS.
*/

/* Archer font family */
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherHairline.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherXLightPro.otf');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherLightPro.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherLightItalPro.otf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherBookPro.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherBookItalPro.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherMediumPro.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherSemiboldPro.otf');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Archer';
  src: url('../fonts/ArcherBoldPro.otf');
  font-weight: 700;
  font-style: normal;
}

/* Texta Font Family */
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaThin.ttf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaThinIt.ttf');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaLight.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaLightIt.ttf');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBook.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBookIt.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaMedium.ttf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaMediumIt.ttf');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBoldIt.ttf');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBlack.ttf');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaBlackIt.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaHeavy.ttf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Texta';
  src: url('../fonts/TextaHeavyIt.ttf');
  font-weight: 900;
  font-style: italic;
}

/* Quickpen Font Family */
@font-face {
  font-family: 'Quickpen';
  src: url('../fonts/Quickpen.woff2');
}
