@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html,body{width:100%;min-height:100%}body{color:#f5f1e8;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0b0c;justify-content:center;align-items:center;margin:0;font-family:Cormorant Garamond,Georgia,serif;display:flex}body>*{width:100%}html body,html body>*{margin-left:auto;margin-right:auto}#__next{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}::selection{background:#ffffff2e}p,h1,h2{margin:0}
