/**
 * ASSA Font Declarations
 */

/* Century Gothic Regular */
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic.ttf") format("truetype"),
    url("../fonts/GOTHIC.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Century Gothic Bold */
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHICB.TTF") format("truetype"),
    url("../fonts/GOTHICB0.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Century Gothic Italic */
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHICI.TTF") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Century Gothic Bold Italic */
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/GOTHICBI.TTF") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
