@font-face {
  font-family: "Poppins";
  /* src: url('src/assets/fonts/Poppins-Bold.ttf'); */
  font-weight: bold;
}

@font-face {
  font-family: "Poppins";
  /* src: url('src/assets/fonts/Poppins-SemiBold.ttf'); */
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  /* src: url('src/assets/fonts/Poppins-Medium.ttf'); */
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  /* src: url('src/assets/fonts/Poppins-Regular.ttf'); */
  font-weight: 400;
}

@font-face {
  font-family: "Chakra";
  /* src: url('src/assets/fonts/ChakraPetch-Bold.ttf'); */
  font-weight: 700;
}

@font-face {
  font-family: "Chakra";
  /* src: url('src/assets/fonts/ChakraPetch-SemiBold.ttf'); */
  font-weight: 600;
}


:root {
  --primary: #BB2642;
  --secondary: #242A34;
}
