@tailwind base;@tailwind components;@tailwind utilities;:root{--swiss-red: #D52B1E;--swiss-red-dark: #b82419}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.swiss-red{background-color:var(--swiss-red)}.swiss-red-text{color:var(--swiss-red)}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:20px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-right{0%{transform:translate(1rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-in-from-left{0%{transform:translate(-1rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-in-from-bottom{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoom-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-in{animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards}.fade-in{animation-name:fade-in}.slide-in-from-right-4{animation-name:slide-in-from-right}.slide-in-from-left-4{animation-name:slide-in-from-left}.slide-in-from-bottom-2{animation-name:slide-in-from-bottom}.zoom-in{animation-name:zoom-in}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-700{animation-duration:.7s}
