@charset "UTF-8";
.article {
  margin: 11vh 3vw;
  display: flex;
  column-gap: 4%;
  flex-wrap: wrap;
  font-size: 2vw;
  letter-spacing: 0.33px;
  line-height: 2.5vw;
  text-align: justify; }
  .article h1 {
    font-family: DanteMT;
    font-variant: small-caps;
    font-size: 3.3vw;
    font-weight: normal;
    line-height: 3.3vw;
    margin-top: 6.6vw;
    text-align: left; }
  .article h2 {
    text-decoration: underline;
    font-size: 2vw;
    margin-top: 11vh;
    font-weight: normal; }
  .article samp, .article code {
    font-size: 80%; }
  .article .title {
    line-height: 7vw;
    font-family: DanteMT;
    font-variant: small-caps;
    font-size: 4vw;
    font-weight: normal;
    text-align: left;
    margin: 0;
    margin-bottom: 7vh;
    width: 100%; }
  .article .header {
    color: #afbec5;
    font-size: 1.7vw;
    line-height: 1.9vw;
    width: 31%; }
    .article .header .description {
      margin-bottom: 2vh;
      text-align: justify; }
    .article .header .authors, .article .header .date {
      text-align: right; }
  .article .content {
    width: 65%; }
    .article .content > :first-child {
      margin-top: 0; }
    .article .content figure {
      margin: 10vh 0; }
      .article .content figure blockquote, .article .content figure p, .article .content figure pre {
        margin: 0 6vw;
        text-align: left; }
      .article .content figure figcaption {
        color: #afbec5;
        margin-right: 1vw;
        margin-top: 2vh;
        text-align: right;
        font-size: 2vw; }
      .article .content figure code {
        font-size: 1.2vw;
        line-height: 2vw; }
      .article .content figure samp {
        text-align: left; }
    .article .content img {
      display: block;
      margin: auto;
      max-width: 80%; }
    .article .content samp {
      color: #afbec5; }
    .article .content ol, .article .content ul {
      list-style-position: outside; }
    .article .content li {
      padding-left: 1vw;
      padding-bottom: 2vh; }
    .article .content ul {
      list-style: none;
      margin: 7vh 3vw; }
    .article .content .li-heart::before,
    .article .content .li-diamond::before,
    .article .content .li-club::before,
    .article .content .li-spade::before {
      position: absolute;
      margin-left: -60px; }
    .article .content .li-heart::before {
      content: "♥";
      margin-top: 5px; }
    .article .content .li-diamond::before {
      content: "♦";
      margin-top: 5px; }
    .article .content .li-club::before {
      content: "♣";
      margin-top: 5px; }
    .article .content .li-spade::before {
      content: "♠";
      display: inline-block;
      transform: rotate(180deg);
      margin-top: -2px; }
    .article .content table {
      table-layout: fixed;
      border: solid white 2px;
      border-collapse: collapse;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
      .article .content table caption {
        caption-side: bottom;
        text-align: right;
        color: #afbec5; }
      .article .content table th, .article .content table td {
        padding: 1vw;
        vertical-align: top;
        border: solid white 2px; }
      .article .content table th {
        text-align: center; }
      .article .content table td {
        font-size: 1.5vw; }
    .article .content .canto-nav {
      display: flex;
      align-items: center;
      user-select: none; }
      .article .content .canto-nav label {
        white-space: nowrap;
        margin-right: 2vw; }

/*# sourceMappingURL=article.sass.css.map */