@charset "utf-8";
/* font */
@font-face {
  font-family: "audi";
  font-style: normal;
  font-weight: 400;
  src: url(../font/AudiType-Normal.otf);
}
@font-face {
  font-family: "audi";
  font-style: normal;
  font-weight: 600;
  src: url(../font/AudiType-Bold.otf);
}
@font-face {
  font-family: "audi";
  font-style: normal;
  font-weight: 800;
  src: url(../font/AudiType-ExtendedBold.otf);
}
