@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
:root{--santam-blue:#001f5b;--santam-blue-darker:#063680;--santam-yellow:#febd27;--santam-yellow-hover:#ffd747;--santam-border-gray:#c4c4c4;--santam-text-gray:#656a76;--error-color:#dc3545;--white-color:#fff;--background-color:#fff;--success-color:#28a745;--light-gray:#f8f9fa;--medium-gray:#dee2e6;--dark-gray:#495057;--border-color:var(--santam-border-gray);--radius-card:6px;--radius-input:4px;--shadow-hover:0 4px 12px #0000001a;--focus-ring:0 0 0 3px #001f5b26;--fw-regular:400;--fw-medium:500;--fw-strong:600}html,body{background-color:var(--background-color);color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;min-height:100dvh;margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px}body{max-width:100vw;overflow-x:hidden}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,textarea,select{appearance:none;background-clip:padding-box}h1,h2,h3,h4,h5,h6{font-weight:var(--fw-strong);margin-top:1rem;margin-bottom:1rem}
