@font-face {
    font-family: EBGaramond;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/EBGaramond12-Regular.otf);
}
@font-face {
  font-family: EBGaramond;
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/LinLibertine_RB.otf);
}
@font-face {
  font-family: "Linux Libertine";
  font-weight: normal;
  font-style: italic;
  src: url(../fonts/LinLibertine_RI.otf);
}
@font-face {
    font-family: Comfortaa;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Comfortaa-Regular.ttf);
}
@font-face {
    font-family: Crimson;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/CrimsonOldStyle-Regular.otf) format("opentype");
}
@font-face {
    font-family: Crimson;
    font-style: italic;
    font-weight: normal;
    src: url(../fonts/CrimsonOldStyle-Italic.otf) format("opentype");
}
@font-face {
    font-family: Crimson;
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/CrimsonOldStyle-Bold.otf) format("opentype");
}
body {
    font-family: Crimson, EBGaramond, serif;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
}
p {
    margin: 0;
}
