:root {--background-color: #F3F1EA;--section-color: #DCE5DC;--border-color: #A9B3A6;--inside-border-color: rgba(0,0,0, 0.08);--accent-color: #8A5A3B;--navbar-color: rgba(54, 45, 43, 0.97);--off-white-color: #FAFAFA;--text-color: #20241F;--title-color: #315B3B;--muted-text-color: #59635A;--font-family: 'Lora', Helvetica, sans-serif;--base-font-size: 16px;--radius-small: 14px;--radius-medium: 18px;--radius-large: 24px;--shadow-small: 0 9px 12px rgba(32, 36, 31, 0.08);--shadow-medium: 0 18px 35px rgba(32, 36, 31, 0.16);--transition: 0.25s ease;}*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}html {scroll-behavior: smooth;}html, body{font-family: var(--font-family);font-size: var(--base-font-size);line-height: 1.6;color: var(--text-color);}button, input, textarea, select {font-family: inherit;}.section {width: 80%;max-width: 1400px;margin: 0 auto;}.grid-2 {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 55px;align-items: center;}.title{color: var(--title-color);}