@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--red:#df1a1a;--red-dark:#bb1414;--red-bg:#fbe9e9;--white:#fff;--bg:#f4f4f4;--text:#2d2d2d;--text-mid:#5a5a5a;--text-light:#939393;--border:#dedede;--dark:#1c1c1c;--gold:#c9a227}body,html{min-height:100vh;background:var(--white);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}button,input,select,textarea{font-family:inherit}::-moz-selection{background:var(--red);color:#fff}::selection{background:var(--red);color:#fff}