/*!
Theme Name: thearchive
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thearchive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

:root {
  --text: #000;
  --bg: #fff;
  --link:#de1eb7;
}

@media (prefers-color-scheme: dark) {
  :root {
    --text: #adb5bd;
    --bg: #212529;
	--link:#6edff6 ;
  }
}



body {
  background:var(--bg);
  color:var(--text);
  font-family: ff-nuvo-mono-web-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-family: ff-nuvo-mono-web-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
a {
  color:var(--link);
}

.tags-links a {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
h4 {
  font-family: ff-nuvo-mono-web-pro, sans-serif;
  font-weight: 800;
  font-size: 20px;
  font-style: normal;
}
h2 {
  font-family: fields-display, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.col-md-6 {
  margin-bottom: 2em;
}
