:root{--tbt-cream:#fffefa;--tbt-dark:#463032;--tbt-burgundy:#5c1d14;--tbt-gold:#e2b926;--tbt-taupe:#8a7a6e;--tbt-border:#d6cfc1;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:-apple-system,BlinkMacSystemFont,"Helvetica Neue",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--tbt-cream);color:var(--tbt-dark);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--tbt-burgundy)}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:15px;color:var(--tbt-dark);background:#fff;border:1px solid var(--tbt-border);border-radius:6px;padding:12px 14px;width:100%;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--tbt-burgundy)}textarea{min-height:100px;resize:vertical}