/* content.css */

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