@import url('fonts.css');

:root {
  --spacing: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Gaegu', cursive;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-size: 24px;

  background-image: url('../texture.png');
  background-color: #fcf7d9;

  min-width: 700px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1em;
}

header {
  margin: var(--spacing) var(--spacing) 0;
  font-size: 12px;

  font-family: sans-serif;
  letter-spacing: 0;

  color: #666;

  font-family: "Victor Mono";
  font-weight: 600;
  line-height: 14px;
}

header .seed {
  color: #aaa;
}

header .loom {
  font-size: 20px;
  line-height: 0px;
  position: relative;
  top: 3px;
  color: #3389ff;
}

article {
  margin: var(--spacing);
/*  white-space: pre-line;*/

  color: rgba(0, 0, 0, 0.95);
}

article header {
  margin: var(--spacing) 0;
}

article iframe {
  border: none;
  width: 700px;
  height: 150px;
}

article + article {
  margin-top: 3em;
}

.date {
  line-height: inherit;
  font-size: 18px;
  font-weight: 300;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

table.options {
  border-collapse: collapse;
}

table.options td {
  vertical-align: top;
}

table.options td:first-child {
  padding-right: var(--spacing);
}

table.options td.option {
  padding-left: var(--spacing);
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
