@import "https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap";
:root{--background-color:#f9f6f2;--text-color:#2c2c2c;--primary-color:#a83c32;--secondary-color:#d4b483;--highlight-color:#a83c32;--font-serif:"Lora",serif;--font-sans:"Montserrat",sans-serif;--surface-color:#fff;--border-color:#e0e0e0}*{box-sizing:border-box}html,body{scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--background-color);color:var(--text-color);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary-color);text-decoration:none;transition:color .3s}a:hover{color:var(--text-color)}.section{padding:80px 5%}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--text-color);font-family:var(--font-serif);margin-bottom:10px;font-size:2.8rem;font-weight:500}.section-title .stripe{background-color:var(--primary-color);width:80px;height:3px;margin:15px auto}.with-drop-cap:first-letter{font-family:var(--font-serif);color:var(--primary-color);float:left;margin-right:8px;font-size:4rem;font-weight:600;line-height:.8}
