@import "tailwindcss"; @custom-variant dark (&:where(.dark, .dark *)); @theme { --color-atfr-green: #267E5C; --color-atfr-light: #B0D9C8; } html, body { padding: 0; margin: 0; } html, body { height: 100%; font-family: "Crimson Pro", serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-size: 20px; } a { color: inherit; } * { box-sizing: border-box; } img, picture, video, canvas, svg { display: block; max-width: 100%; } input, button, textarea, select { font: inherit; } h1, h2, h3, h4, h5, h6 { font-style: italic; line-height: 1.25; margin-bottom: calc(var(--spacing) * 4); } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.25em; } h4 { font-size: 1em; } h5 { font-size: 0.875em; } h6 { font-size: 0.75em; } p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; } article { max-width: 60ch; }