@charset "UTF-8";
@font-face {
  font-family: "Tiempos";
  font-weight: 300;
  font-style: normal;
  src: url("/font/Tiempos-HeadlineTest-Light.otf") format("truetype"); }

@font-face {
  font-family: "Tiempos";
  font-weight: 400;
  font-style: normal;
  src: url("/font/Tiempos-HeadlineTest-Regular.otf") format("truetype"); }

@font-face {
  font-family: "Tiempos";
  font-weight: 600;
  font-style: normal;
  src: url("/font/Tiempos-HeadlineTest-Semibold.otf") format("truetype"); }

@font-face {
  font-family: "Droid Serif";
  font-weight: 300;
  font-style: normal;
  src: url("/font/DroidSerif-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Droid Serif";
  font-weight: 600;
  font-style: normal;
  src: url("/font/DroidSerif-Bold.ttf") format("truetype"); }

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

body {
  padding: 50px;
  margin: 0;
  background: #222222;
  color: #f9f9f9;
  min-height: 100%;
  font-size: 18px;
  line-height: 32px;
  font-family: "Droid Serif", "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 18px;
      line-height: 30px; } }

a {
  color: #f9f9f9;
  text-decoration: none;
  transition: opacity 0.2s;
  border-bottom: 1px solid white; }

img {
  display: block;
  width: 100%; }

h1, h2, h3, h4 {
  font-family: "Tiempos", "Lucida Console", serif;
  font-weight: 400; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px;
  min-height: 32px; }

h4 {
  font-size: 20px;
  min-height: 32px; }

ul {
  margin: 0;
  padding: 0 0 0 37.5px; }

hr {
  opacity: 0.5;
  border-style: solid; }

.code {
  width: 100%;
  max-width: 500px;
  display: block;
  word-break: break-word;
  white-space: pre-line;
  font-size: 16px;
  padding: 30px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05); }

.error {
  border: 1px solid red;
  padding: 0.5em;
  border-radius: 5px; }
  .error::before {
    content: "❗ "; }

.fancy-button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border: none;
  font-family: "Droid Serif", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #f9f9f9;
  background-color: #000000;
  padding: 0 13px 0 13px;
  transition: .3s ease background-color; }
  .fancy-button:hover {
    background-color: #0d0d0d;
    color: #f9f9f9; }
    .fancy-button:hover span:nth-child(2) {
      flex: 0; }
  .fancy-button span {
    display: block;
    pointer-events: none; }
  .fancy-button span:nth-child(1) {
    margin-right: 7px; }
  .fancy-button span:nth-child(2) {
    flex: 1;
    text-align: left;
    transition: flex .2s ease-in-out; }

.info-box {
  border: 1px solid grey;
  padding: 0 1em;
  position: relative;
  border-radius: 5px; }
  .info-box::before {
    position: absolute;
    top: 25px;
    right: 25px;
    content: "ⓘ ";
    font-size: 32px;
    font-weight: bold; }
  .info-box.warn::before {
    content: "⚠️ "; }
  .info-box > :first-child {
    padding-bottom: 0.5em;
    border-bottom: 1px solid grey; }
  .info-box + .info-box {
    margin-top: 20px; }

.section {
  max-width: 768px; }
  .section--new .fancy-button {
    margin-top: 40px;
    max-width: 250px; }
  .section--new .info-box + h2 {
    margin-top: 2em; }
  .section--index h1 {
    margin-bottom: 0; }

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