@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  src: url("https://f.hellowork.com/cvcatcher/clients/adae_careersite_cvcatcher/assets/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: normal;
  src: url("https://f.hellowork.com/cvcatcher/clients/adae_careersite_cvcatcher/assets/fonts/Poppins-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("https://f.hellowork.com/cvcatcher/clients/adae_careersite_cvcatcher/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  src: url("https://f.hellowork.com/cvcatcher/clients/adae_careersite_cvcatcher/assets/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("https://f.hellowork.com/cvcatcher/clients/adae_careersite_cvcatcher/assets/fonts/Poppins-Light.ttf") format("truetype");
}

:root {
  --primary-font: "Poppins", "Roboto", Calibri, sans-serif;
  --secondary-font: "Poppins", "Roboto", Calibri, sans-serif;

  --primary-color: #33c1b1;
  --secondary-color: #33c1b1;
}