@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&family=DM+Sans:wght@400;500;600;700&display=swap');

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #FAFAF8; color: #1A1A18; font-family: 'DM Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: #2D5A3D; }
a:hover { color: #1F4029; }
