@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Fleur+De+Leah&family=Inter:wght@100..900&family=Jersey+15&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");:root{--bg-color:#f5f5f5;--bg-color-2:#e0e0e0;--primary-color:rgb(142,208,137);--secondary-color:rgb(142,208,137);--primary-text-color:#333333;--secondary-text-color:#666666;--primary-dark:rgb(104,141,101)}*{margin:0;padding:0;box-sizing:border-box;line-height:1.6;background-color:var(--bg-color);color:var(--primary-text-color);font-family:Inter,sans-serif}body{min-height:100vh}p,span{color:var(--secondary-text-color);font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--primary-text-color);font-family:Corinthia,cursive}a{color:var( --secondary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--secondary-color);text-decoration:underline}