@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&display=swap";:root{--cv-bg:#faf9f5;--cv-surface:#fff;--cv-cream:#faf8f4;--cv-card:#fbf6ef;--cv-card-border:#ece1d3;--cv-sage:#a8b59a;--cv-green:#5e6a4a;--cv-green-soft:#eaf0e2;--cv-terra:#b5754d;--cv-terra-soft:#f6e7dc;--cv-pink:#f3e7ec;--cv-pink-fg:#b36079;--cv-ink:#2d2d2d;--cv-text:#3f3a32;--cv-muted:#6e6256;--cv-muted-2:#8a7e6e;--cv-placeholder:#b7aea2;--cv-border:#ebe3d8;--cv-border-2:#e7e0d5;--cv-serif:"Cormorant Garamond", Georgia, "Times New Roman", serif;--st-pend-bg:#fbefd6;--st-pend-fg:#b08a2e;--st-conf-bg:#eaf0e2;--st-conf-fg:#5e6a4a;--st-curso-bg:#f6e7dc;--st-curso-fg:#b5754d;--st-comp-bg:#f1e6e2;--st-comp-fg:#9b7a6a;--cv-radius:16px;--cv-shadow:0 8px 24px #5e6a4a1a;color:var(--cv-text);-webkit-font-smoothing:antialiased;font-family:Nunito Sans,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{background:var(--cv-bg);min-height:100vh}#root{background:var(--cv-bg);max-width:480px;min-height:100vh;margin:0 auto;position:relative}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}::placeholder{color:var(--cv-placeholder)}.cv-scroll::-webkit-scrollbar{display:none}.cv-scroll{scrollbar-width:none}@keyframes cvFade{0%{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cv-fade{animation:.25s both cvFade}
