/*
Theme Name: SNMagazin
Theme URI: https://macnotes.de
Description: Macnotes von Grundauf neu
Author: Alexander Trust
Author URI: https://macnotes.de
Version: 0.1
*/

@font-face {
font-family: "Roboto Condensed";
font-weight: 400;
font-display: swap;
src: url("./webfonts/robotocondensed-regular.ttf");
}

@font-face {
font-family: "Roboto Mono";
font-weight: 400;
font-display: swap;
src: url("./webfonts/robotomono-regular.ttf");
}

@font-face {
font-family: "Oswald";
font-weight: 400;
font-display: swap;
src: url("./webfonts/oswald-regular.ttf");
}

html, body {
  font:400 1rem/1.4 'Roboto Condensed', sans-serif;
}

.navbar-item {
  line-height: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

body, nav.is-fixed-top {
  max-width: 1344px!important;
}

p {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.frage, .antwort {
  display: grid;
}

strong {
  color: #F5F5F5;
}

a {
  color: #22C3A7!important;
}

a:hover, .table a:hover {
  color: #F5F5F5!important;
  background-color: #22C3A7!important;
}

footer a, .table a {
  color: #3273DC!important;
}

.lead {
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, .title, .subtitle {
  font-family: 'Oswald', sans-serif;
}

h1 { font-size: 2.5rem!important; font-size: 2.5vmax!important; }
h2 { font-size: 2rem!important; }
h3 { font-size: 1.5rem!important; }
h4 { font-size: 1.25rem!important; }
h5 { font-size: 1.15rem!important; }
h6 { font-size: 1rem!important; }

pre, code, blockquote, kbd {
  font-family: 'Roboto Mono', monospace;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

article ul, article ol { margin-left: 2rem; margin-bottom: 2rem; line-height: 2rem; font-size: 1.3rem; }
article ul li { list-style-type: square!important; list-style-position: outside; text-indent: 0; }
article ol li { list-style-type: decimal!important; list-style-position: outside; text-indent: 0; }
article { word-break: break-word; }
