:root {
  --primary-color: #337357;
  --secondary-color: #5CB338;
  --accent-color: #5F6F52;
  --light-color: #FEFAE0;
  --dark-color: #000000;
  --background-color: #F2F2F2;
  --text-color: #000000;
  --border-color: rgba(51, 115, 87, 0.15);
  --highlight-color: #F39C12;
  --main-font: 'Roboto Condensed', sans-serif;
  --alt-font: 'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

a, button {
    transition: all 0.3s ease-in-out;
}