@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f0f0;color:#212121}a{color:inherit;text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-dark: #212121;--color-primary: #333333;--color-secondary: #757575;--color-light: #f0f0f0;--color-accent: #4a4a4a}.page-loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.loader{border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top:4px solid #333333;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
