:root{--red:#8B1A1A;--red2:#C0392B;--gold:#C9A84C;--ink:#100604;--cream:#F5EDE4;}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;}
body{background:var(--ink);font-family:"Cormorant Garamond",serif;color:var(--cream);overflow-x:hidden;}
img{max-width:100%;height:auto;}a{text-decoration:none;color:inherit;}
button{border:none;cursor:pointer;background:transparent;font-family:inherit;}