:root {
  /* Light theme */
  --bg: #fefcf6;
  --text: #222;
  --accent: #39263d;
  --muted: #666;
  --border: #e3ddd6;
  --font-english: "IBM Plex Sans", sans-serif;
  --font-arabic: "Cairo", sans-serif;
  --font-serif: "Literata", serif;
  --font-title: "Playfair Display", serif;
  --font-body: "Source Serif 4", serif;
  --font-arabic: "Cairo", sans-serif;
}

/* Dark mode */
[data-theme=dark] {
  --bg: #121212;
  --text: #eae7df;
  --accent: #d7b7df;
  --muted: #9a9a9a;
  --border: #2a2a2a;
}

body {
  animation: fadeIn 0.1s ease;
}

.site-footer {
  margin-top: 6rem;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
}

@media (max-width: 600px) {
  .page-content {
    padding: 0 1rem;
  }

  .site-title {
    font-size: 2.4rem;
  }

  .posts .post {
    margin-top: 1.2rem;
  }
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../assets/fonts/ibm-plex-sans-v8-latin-regular.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v8-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../assets/fonts/ibm-plex-sans-v8-latin-700.woff2") format("woff2"), url("../assets/fonts/ibm-plex-sans-v8-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
::selection {
  color: white;
  background-color: brown;
}

::-moz-selection {
  color: white;
  background-color: brown;
}

* {
  margin: 0;
  padding: 0;
}

/*
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: #394655;
  background: #fffef7;
}*/
body {
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.container {
  margin: 40px 32%;
}
.container blockquote {
  margin: 16px 0;
  padding: 0 1em;
  color: brown;
  border-left: 0.25em solid;
}

a {
  text-decoration: none;
  color: brown;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media (min-width: 320px) and (max-width: 767px) {
  .container {
    margin: 32px 14%;
  }
}

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