@font-face {
  font-family: 'ArchitypeRenner';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Regular.woff2') format('woff2'), 
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Regular.woff2') format('woff'); 
}
@font-face {
  font-family: 'ArchitypeRenner';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Medium.woff2') format('woff2'), 
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Medium.woff2') format('woff'); 
}
@font-face {
  font-family: 'ArchitypeRenner';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Bold.woff2') format('woff2'), 
       url('/res/fonts/ArchitypeRenner/ArchitypeRenner-Bold.woff2') format('woff'); 
}


/* Courier Prime */
@font-face {
  font-family: 'CourierPrime';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Courier_Prime/CourierPrime-Regular.woff2?v=1.1') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fonts/Courier_Prime/CourierPrime-Regular.woff?v=1.1') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'CourierPrime';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Courier_Prime/CourierPrime-Bold.woff2?v=1.1') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fonts/Courier_Prime/CourierPrime-Bold.woff?v=1.1') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'CourierPrime';
  font-style: Italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Courier_Prime/CourierPrime-Italic.woff2?v=1.1') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fonts/Courier_Prime/CourierPrime-Italic.woff?v=1.1') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'CourierPrime';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Courier_Prime/CourierPrime-BoldItalic.woff2?v=1.1') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/res/fonts/Courier_Prime/CourierPrime-BoldItalic.woff?v=1.1') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}