/**************************** FONT CSS *****************************/

@font-face {
  font-family: aia-regular-font;
  src: url(../font/AIAEverest-Regular.otf)format("opentype");
}
@font-face {
  font-family: aia-regular-italic-font;
  src: url(../font/AIAEverest-RegularItalic.otf)format("opentype");
}
@font-face {
  font-family: aia-bold-font;
  src: url(../font/AIAEverest-Bold.otf)format("opentype");
}
@font-face {
  font-family: aia-extra-bold-font;
  src: url(../font/AIAEverest-ExtraBold.otf)format("opentype");
}
@font-face {
  font-family: aia-condensed-font;
  src: url(../font/AIAEverest-Condensed.otf)format("opentype");
}
@font-face {
  font-family: aia-condensed-medium-font;
  src: url(../font/AIAEverest-CondensedMedium.otf)format("opentype");
}
@font-face {
  font-family: aia-medium-font;
  src: url(../font/AIAEverest-Medium.otf)format("opentype");
}
@font-face {
  font-family: aia-medium-italic-font;
  src: url(../font/AIAEverest-MediumItalic.otf)format("opentype");
}
@font-face {
  font-family: delight-creations;
  src: url(../font/Delight-Creations.ttf)format("truetype");
}

body{
  font-family: aia-regular-font;
}