
:root {
  --font-primary: 'Poppins-Bold', sans-serif;
  --font-secondary:'Inter Variable', sans-serif;
  --core-color:#F04D23;
  --core-white:#fff;
  --core-black:#000;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('{{ "Poppins-Bold.woff" | asset_url }}') format('woff');
  font-weight: bold;
  font-style: normal;
}

