@import url(header.css);
@import url(footer.css);
@import url(home.css);
@import url(project.css);
@import url(menu.css);
@import url(slider.css);
@import url(loader.css);

@font-face{
    font-family : "CloisterBlack";
    src : url('../fonts/CloisterBlack.ttf');
}
@font-face{
    font-family : "PTMono";
    src : url('../fonts/PTMono-Regular.ttf');
}
@font-face{
    font-family : "AileronBlack";
    src : url('../fonts/Aileron-Black.otf');
}
@font-face{
    font-family : "AileronRegular";
    src : url('../fonts/Aileron-Regular.otf');
}
@font-face{
    font-family : "KremlinPremier";
    src : url('../fonts/Kremlin-Premier.ttf');
}

html, body {
  padding: 0;
  margin: 0;
  color: black;
  font-family: "AileronRegular";
  cursor: crosshair;
  background-color: white;
}

h6 {
    line-height: 27px;
}