
@font-face {
    font-family: "AtqaruBold";
    src: url("fonts/bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AtqaruThinItalic";
    src: url("fonts/thin_italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "AtqaruUltraLightItalic";
    src: url("fonts/ultra_light_italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Cardo";
  src:
    url("fonts/cardo104s.woff2") format("woff2"),
    url("fonts/cardo104s.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: "Cardo";
  src:
    url("fonts/cardob101.woff2") format("woff2"),
    url("fonts/cardob101.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  
}

@font-face {
  font-family: "Cardo";
  src:
    url("fonts/cardoi99.woff2") format("woff2"),
    url("fonts/cardoi99.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: "Fluxisch Else";
  src:
    url("fonts/FluxischElse-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Fluxisch Else";
  src:
    url("fonts/FluxischElse-Regular.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Fluxisch Else";
  src:
    url("fonts/FluxischElse-Light.woff") format("woff");
  font-weight: lighter;
}