/* 100	Thin (Hairline) */
/* 200	Extra Light (Ultra Light) */
/* 300	Light */
/* 400	Normal (Regular) */
/* 500	Medium */
/* 600	Semi Bold (Demi Bold) */
/* 700	Bold */
/* 800	Extra Bold (Ultra Bold) */
/* 900	Black (Heavy) */

/* 300	Light */

@font-face {
  font-family: 'Barclays Effra';
  src: url('') format('woff2'),
    url('') format('woff'),
    url('./BarclaysEffra_Lt.ttf') format('truetype'),
    url('') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 400	Normal (Regular) */
@font-face {
  font-family: 'Barclays Effra';
  src: url('') format('woff2'),
    url('') format('woff'),
    url('./BarclaysEffra_Rg.ttf') format('truetype'),
    url('') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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


/* 900	Black (Heavy) */
@font-face {
  font-family: 'Barclays Effra';
  src: url('') format('woff2'),
    url('') format('woff'), 
    url('./BarclaysEffra_He.ttf') format('truetype'),
    url('') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}