@font-face {
    font-family: 'Chivo';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Chivo-Bold.ttf);
    font-weight: bold;
  }

@font-face {
    font-family: 'Oswald';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Oswald-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Oswald';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Oswald-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Oswald-Light.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Oswald';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Oswald-ExtraLight.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'Oranienbaum';
    src: url(https://cdn.intgrl.co/sixcourse/static/fonts/Oranienbaum-Regular.ttf);
    font-weight: normal;
}

body {
    font-family: "Chivo", sans-serif !important;
    
  }



  html, body {
    overflow: hidden;
    height: 100%;
  }
