@font-face {
  font-family: 'Libertinus';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/Libertinus-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Libertinus';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/Libertinus-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Libertinus';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/Libertinus-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Libertinus';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/Libertinus-bold-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Libertinus';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Libertinus-semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'Libertinus';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Libertinus-semibold-italic.woff2') format('woff2');
}

body {
  font-family: 'Libertinus', Georgia, Cambria, 'Times New Roman', Times, serif;
  line-height: 1.5;

  color: #494e52;
  background-color: hsl(210, 20%, 98%);
  text-rendering: optimizeLegibility;
  margin: 0;
}

.splitter {
    width: 100vw;
    height: 100vh;
    display: flex;
}

#separator {
    cursor: col-resize;
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center;
    width: 3px;
    height: 100%;

    /* Prevent the browser's built-in drag from interfering */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#first {
    background-color: #dde;
    width: 50%;
    height: 100%;
    min-width: 10px;
}

#second {
    background-color: #eee;
    width: 50%;
    height: 100%;
    min-width: 10px;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}

#cy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }


@font-face {
  font-family: 'STIX Two Math';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/STIXTwoMath-Regular.woff2') format('woff2');
}

math {
  font-family: "STIX Two Math";
  word-wrap: break-word;
  white-space: nowrap;
}
