@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--mondrian-red:#e53935;--mondrian-blue:#1e88e5;--mondrian-yellow:#fbc02d;--mondrian-black:#212121;--mondrian-white:#fff}.mondrian-card{background:#fff;border:3px solid #212121;box-shadow:8px 8px 0 #0000001a;transition:all .3s ease}.mondrian-card:hover{box-shadow:12px 12px 0 #00000026;transform:translate(-2px,-2px)}.accent-bar-red{background:#e53935;background:var(--mondrian-red);width:6px}.accent-bar-blue{background:#1e88e5;background:var(--mondrian-blue);width:6px}.accent-bar-yellow{background:#fbc02d;background:var(--mondrian-yellow);width:6px}
/*# sourceMappingURL=main.a1704854.css.map*/