:root{font-size:1.3rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}.slider{animation:slide .25s ease-in-out}.slide-top{animation:slide-top .2s ease-in-out}@keyframes slide{0%{transform:translate(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-top{0%{transform:translateY(-20%);opacity:0}to{transform:translateY(0);opacity:1}}
