@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Source+Sans+3:wght@300;400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#1a1008;--bg-card:#261a0d;--orange-warm:#e8913a;--orange-light:#f0a85e;--orange-glow:#ff9f3320;--cream:#f5e6d0;--cream-dim:#c4a882;--red-soft:#c45c5c;--green-soft:#5ca868;--text:#f5e6d0;--text-dim:#a08b72}body{background:var(--bg);color:var(--text);font-family:Source Sans\ 3,sans-serif;min-height:100vh}button{cursor:pointer;border:none}button,input,textarea{font-family:Source Sans\ 3,sans-serif;outline:none}