

/* CHANGA ONE*/
@import url('https://fonts.googleapis.com/css2?family=Changa+One:ital@0;1&display=swap');
/*font-family: 'Changa One', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;0,900;1,200;1,400;1,700;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/

@font-face {
  font-family: 'Ridley Grotesk Black';
  src: url('/fonts/ridleygrotesk-black-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/*
@font-face {
  font-family: 'Ridley Grotesk Thin';
  src: url('/css/fonts/ridleygrotesk-thin-webfont.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Ridley Grotesk regular';
  src: url('/css/fonts/ridleygrotesk-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ridley Grotesk Light';
  src: url('/css/fonts/ridleygrotesk-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
    
  font-family: 'Ridley Grotesk Semibold';
  src: url('/css/fonts/ridleygrotesk-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
*/