@font-face {
	font-family: 'bank-of-ireland';
	font-weight: 700;
	font-style: bold;
	src: url('files/fonts/BankofIrelandSerif-Bd.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'open-sans';
	font-weight: 400;
	font-style: normal;
	src: url('files/fonts/OpenSans-Regular-400.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'open-sans';
	font-weight: 600;
	font-style: normal;
	src: url('files/fonts/OpenSans-SemiBold-600.woff2') format('woff2');
  }
 
  @font-face {
	font-family: 'open-sans';
	font-weight: 700;
	font-style: normal;
	src: url('files/fonts/OpenSans-Bold-700.woff2') format('woff2');
  }
   
  @font-face {
	font-family: 'open-sans';
	font-weight: 400;
	font-style: italic;
	src: url('files/fonts/OpenSans-Italic-400.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'open-sans';
	font-weight: 600;
	font-style: italic;
	src: url('files/fonts/OpenSans-SemiBoldItalic-600.woff2') format('woff2');
  }
 
  @font-face {
	font-family: 'open-sans';
	font-weight: 700;
	font-style: italic;
	src: url('files/fonts/OpenSans-BoldItalic-700.woff2') format('woff2');
  }

 
 body {
   font-feature-settings: “calt” off;
 }