@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Lilex:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "trolltype";
  src: url("/static/fonts/trolltype.eot");
  src: url("/static/fonts/trolltype_1.eot") format("embedded-opentype"), url("/static/fonts/trolltype.woff") format("woff"), url("/static/fonts/trolltype.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
trolltype {
  direction: rtl;
  font-family: "trolltype";
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

trolltype::before {
  content: "‮";
}

trolltype::after {
  content: "‬";
}

img {
  margin-left: auto;
  margin-right: auto;
  height: 750px;
}

p:has(> img) {
  display: flex;
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  background-color: #03191E;
  color: #44CF6C;
}

h1, h2, h3, h4, h5, h6, #site-title {
  font-family: "Lilex", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  width: fit-content;
  padding: 0 1vw;
  background-color: #20a4f3;
  color: #03191E;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #site-title a {
  background-color: inherit;
  margin-top: 0;
  color: #dc143c;
}

a {
  padding: 3px;
  background-color: #dc143c;
  font-weight: bolder;
  color: white;
  display: inline-block;
  margin-top: 7px;
}

#site-title {
  font-size: 2.25rem;
}

header {
  margin: 0 1em;
}

main {
  margin: 0 1.5em;
}

blockquote {
  border-left: 3px white solid;
  padding-left: 10px;
}

/*# sourceMappingURL=style.css.map */
