/*
  Custom fonts

  This file is loaded by the website as:
  /fonts/fonts.css

  Font files live in the same folder:
  /public_html/fonts
*/

/* TT Drugs Trial */
@font-face {
  font-family: 'TT Drugs Trial Thin';
  src:
    url('/fonts/TTDrugsTrial-Thin.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Thin Italic';
  src:
    url('/fonts/TTDrugsTrial-ThinIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Extra Light';
  src:
    url('/fonts/TTDrugsTrial-XLt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-XLt.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Extra Light Italic';
  src:
    url('/fonts/TTDrugsTrial-XLtIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-XLtIt.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Light';
  src:
    url('/fonts/TTDrugsTrial-Lt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Light Italic';
  src:
    url('/fonts/TTDrugsTrial-LtIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-LtIt.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Regular';
  src:
    url('/fonts/TTDrugsTrial-Rg.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Regular Italic';
  src:
    url('/fonts/TTDrugsTrial-It.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-It.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Medium';
  src:
    url('/fonts/TTDrugsTrial-Md.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Md.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Medium Italic';
  src:
    url('/fonts/TTDrugsTrial-MdIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-MdIt.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Demi Bold';
  src:
    url('/fonts/TTDrugsTrial-DmBd.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-DmBd.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Demi Bold Italic';
  src:
    url('/fonts/TTDrugsTrial-DmBdIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-DmBdIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Bold';
  src:
    url('/fonts/TTDrugsTrial-Bd.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Bold Italic';
  src:
    url('/fonts/TTDrugsTrial-BdIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-BdIt.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Extra Bold';
  src:
    url('/fonts/TTDrugsTrial-XBd.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-XBd.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Extra Bold Italic';
  src:
    url('/fonts/TTDrugsTrial-XBdIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-XBdIt.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Black';
  src:
    url('/fonts/TTDrugsTrial-Blk.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-Blk.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Drugs Trial Black Italic';
  src:
    url('/fonts/TTDrugsTrial-BlkIt.woff2') format('woff2'),
    url('/fonts/TTDrugsTrial-BlkIt.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
