/* content.css */

.content {
  width: max-content;
  box-sizing: border-box;
  font-size: var(--content-font, 1rem);
}
