:root{--background:#fff;--foreground:#000;--text-secondary:#000;--accent-red:#ed0f0a;--font-family:"PP Neue Montreal",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tag-grants:#319f1a;--tag-residencies:#d26a37;--tag-fellowship:#c2185b;--tag-competitions:#ed0f0a;--tag-exhibitions:#293c64;--tag-conference:#455a64;--tag-funded:#d3bd43;--tag-text:#5d4037;--tag-images:#7b2d5f;--tag-video:#ff7043;--tag-code:#2e7d32;--tag-portfolio:teal;--tag-cv:#4a90d9;--tag-proposal:#8b4513;--tag-admin:#6b6b6b}[data-theme=dark]{--background:#293c64;--foreground:#fff;--text-secondary:#fff;--accent-red:#ed0f0a;--tag-grants:#4dca34;--tag-residencies:#e8864a;--tag-fellowship:#ec407a;--tag-competitions:#f24a46;--tag-exhibitions:#8aa8d4;--tag-conference:#90a4ae;--tag-funded:#eddb1f;--tag-text:#c4a98f;--tag-images:#d4a0c8;--tag-video:#ffab91;--tag-code:#66bb6a;--tag-portfolio:#4dd0e1;--tag-cv:#82b1ff;--tag-proposal:#bcaaa4;--tag-admin:#b0bec5}*{box-sizing:border-box;padding:0;margin:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s ease,color .3s ease}@media (min-width:600px){body{background:#293c64}}a{color:inherit;text-decoration:none}