@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');

:root {
  --small-margin: 20px;
  --normal-margin: 40px;
  --big-margin: 80px;
  --body-margin: 36px;
  --body-margin-s: 18px;
  --color-one : rgb(27, 92, 58); 
/*  --color-two: rgb(231, 110, 167);*/
  --color-two : rgb(232, 198, 161);
  --color-three : rgb(231, 110, 167);
  --color-background: rgb(235, 235, 235);
  --title-font: "Oswald", sans-serif;
  --text-font: "Merriweather", serif;
  --title-font-size: 52px;
  --text-font-size: 22px;
  --small-font-size: 18px;
  --title-font-size-s: 40px;
  --text-font-size-s: 18px;
  --small-font-size-s: 15px;
  --header-h: 130px; 
  --letter-spacing : 1px;
  --polygon : polygon(1% 38%, 6% 23%, 11% 17%, 21% 14%, 33% 11%, 41% 9%, 58% 9%, 66% 10%, 80% 12%, 92% 20%, 96% 29%, 100% 48%, 100% 74%, 95% 90%, 83% 98%, 52% 96%, 42% 96%, 29% 96%, 18% 94%, 8% 88%, 2% 76%, 2% 56%);
}