@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light}:root{--app-font: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif}html,body,#root{height:100%}body{font-family:var(--app-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loader{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000069;top:0;left:0;z-index:9999999;position:absolute}.navButtons{padding:8px 14px;border-radius:10;border:1px solid #e5e7eb;background:#fff;border-radius:10px;cursor:pointer}.navButtonsOthers{padding:8px 14px;color:#3391ee;cursor:pointer;text-decoration:none;font-size:12px}.navButtonsOthers:hover{color:#9acd32}a{text-decoration:none;color:#000;font-weight:700}
