/* Kosugi, M PLUS 1 Code */ /* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */ body { font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; line-height: 1.5; /* font-weight: 300; */ /* text-shadow: 0 0 0.25em var(--base01); */ padding: 1.25rem; } #wrapped { font-family: inherit; font-size: inherit; line-height: inherit; font-weight: 400; text-shadow: none; } .opaque { opacity: 0.5; }