@import "fonts/mononoki/mononoki.css"; html { color-scheme: light dark; width: 100%; } body { margin: 0; padding: 8px; } img { max-height: 100%; max-width: 100%; } * { font-family: 'mononoki'; }