@charset "UTF-8";
@import url(reset.css);
@font-face {
  font-family: "linuxLib";
  src: url("../fonts/linuxlib/LinLibertine_Rah.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "archivo";
  src: url("../fonts/archivo/ArchivoBlack-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "courr";
  src: url("../fonts/not-courrier/NotCourierSans.otf");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 32px; }

body {
  font-family: "linuxLib";
  font-size: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  line-height: 38px; }

.code {
  font-family: "courr";
  color: magenta; }

.through {
  text-decoration: line-through; }

strong {
  font-family: "archivo"; }

.pink {
  color: magenta; }

a {
  color: magenta; }

a:hover {
  color: blue; }

a::after {
  display: inline-block;
  content: '➹';
  vertical-align: super;
  line-height: 0;
  font-size: 0.7rem;
  width: 0.7rem;
  text-align: right; }

pre {
  font-family: "courr";
  font-size: 0.7rem;
  line-height: 1rem;
  background-color: #eeeeee;
  color: blue;
  margin: 0 0 1rem 0; }

header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 6rem 0; }
  header h1 {
    font-family: "archivo";
    width: 40%; }
  header h2, header h3, header h4 {
    width: 20%;
    font-size: 0.7rem; }
  header nav {
    width: 100%;
    margin: 2rem 0 0 0; }
    header nav li .sign {
      color: magenta; }

main {
  counter-reset: def; }
  main section {
    margin: 0 0 2rem 0; }
  main section.list {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%; }
    main section.list h2 {
      width: 100%;
      padding: 0 0 0 6rem; }
    main section.list h3 {
      width: 6rem; }
    main section.list ul {
      width: calc(100% - 6rem); }
    main section.list h2::before {
      content: "*◡*"; }
    main section.list h2::after {
      content: "*◡*";
      text-align: right; }
  main h2 {
    margin: 0 0 1rem 0;
    font-family: "archivo"; }
  main h2::before,
  main h2::after {
    color: magenta;
    font-family: "linuxLib";
    display: inline-block;
    width: 2rem; }
  main h3 {
    color: magenta;
    font-size: 0.7rem;
    font-family: "courr"; }
  main h3::before {
    content: "["; }
  main h3::after {
    content: "]"; }
  main ul.tech li .sign::before {
    content: "◡"; }
  main ul.design li .sign::before {
    content: "↪"; }
  main ul:not(.start) {
    margin: 0 0 1rem 0; }
    main ul:not(.start) li {
      display: flex; }
      main ul:not(.start) li .sign::before {
        display: inline-block;
        width: 2rem;
        content: "◠";
        color: magenta; }
      main ul:not(.start) li .item {
        width: calc(100% - 2rem); }
  main ul.start {
    counter-reset: steps; }
    main ul.start li::before {
      counter-increment: steps;
      content: counter(steps) ".";
      font-size: 0.7rem;
      width: 1rem;
      display: inline-block; }
  main p {
    width: 75%; }
  main .defRef {
    counter-increment: def; }
  main .def::before {
    display: inline-block; }
  main .def::before,
  main .defRef::after {
    content: "(" counter(def) ")";
    vertical-align: super;
    line-height: 0;
    font-size: 0.5rem;
    width: 1rem; }
  main .def::before {
    margin: 0 0 0 -1rem; }
  main .def {
    display: inline-block;
    position: absolute;
    right: 2rem;
    width: calc((100% - 3rem) / 5);
    font-size: 0.7rem;
    line-height: 1rem; }
  main table tr:nth-child(even) {
    border-bottom: dashed 1px magenta; }
  main table tr td:first-of-type,
  main table tr td:nth-child(2) {
    width: 15%;
    font-size: 0.7rem;
    font-family: "courr"; }
  main table tr td:first-of-type {
    color: magenta; }
  main section > .text,
  main section > ul {
    margin: 0 0 1.5rem 0; }
  main section > .text.print p, main section > .text.print li {
    margin: 0 0 1.5rem 0; }

.catalog header .singer::after {
  content: " –"; }
.catalog .songs li::before {
  content: "0" counter(songs) ".";
  width: 2rem;
  display: inline-block;
  color: magenta; }
.catalog .designers li::after {
  content: "(0" counter(songs) ")";
  color: magenta; }
.catalog h2 {
  color: magenta;
  margin: 0 0 16pt 0; }
.catalog header ul {
  counter-reset: songs; }
  .catalog header ul li {
    counter-increment: songs; }

@media print {
  @page {
    size: A4;
    margin: 6mm 12mm 32mm 12mm; }
  body.catalog {
    margin: 0;
    padding: 0; }
    body.catalog h1,
    body.catalog h2,
    body.catalog h3,
    body.catalog h4 {
      font-size: 12pt;
      width: 25%; }
    body.catalog header nav .songs {
      font-family: "archivo";
      font-size: 24pt;
      line-height: 28pt; }
      body.catalog header nav .songs li::before {
        font-size: 12pt; }
    body.catalog header nav .designers {
      position: absolute;
      bottom: 0;
      font-size: 12pt;
      line-height: 16pt;
      font-family: "linuxlib"; } }
@media only screen and (max-width: 1300px) {
  html {
    font-size: 28px; }

  body {
    line-height: 34px; } }

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