@import "./reset.css";

:root {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  background-color: #fefefe;
}

.layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.layout .content {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.title {
  align-self: center;
}

.app {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  overflow: hidden;
}

.caption {
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #28334a;
}

.note {
  display: flex;
  align-items: flex-start;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(226, 227, 229);
  border: 1px solid rgb(196, 200, 203);
  border-radius: 6px;
  color: rgb(43, 47, 50);
  padding: 1rem;
  gap: 0.75rem;
  margin: 1rem 0;
}

p,
table {
  margin-bottom: 1rem;
}

.note img,
p img {
  display: inline-block;
}

table {
  display: block;
}

.super-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.drop-cap {
  float: left;
  font-size: 3rem;
  margin-right: 1.5rem;
  font-weight: 600;
}
