/* ================================
   EXDS Global Styles
   DJ Oshawn Website
================================ */

html,
body {
  background: #000000;
  color: #ffffff;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", "Inter", sans-serif;
}

/* Remove unwanted spacing from theme/page wrappers */
.site-content,
.content-area,
.inside-article,
.entry-content {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.site-main {
  margin: 0 !important;
}

/* Links */
a {
  transition: all 0.25s ease;
}

/* Selection color */
::selection {
  background: #B71930;
  color: #ffffff;
}