
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    /* font-family: "Geomanist";
    src: url("/assets/fonts/geomanist/Geomanist-Book.ttf") format("truetype"); */
    /*
      font-family: 'Geomanist';
      src: url('/assets/fonts/geomanist/geomanist-regular-webfont.eot');
      src: url('/assets/fonts/geomanist/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
           url('/assets/fonts/geomanist/geomanist-regular-webfont.woff') format('woff'),
           url('/assets/fonts/geomanist/Geomanist-Book.ttf') format('truetype'),
           url('/assets/fonts/geomanist/geomanist-regular-webfont.svg#geomanistregular') format('svg'); */

    font-family: 'Cera';
    src: url('/assets/fonts/cerapro/ceraproregular.woff');

    font-weight: normal;
    font-style: normal;

}

@font-face {

    font-family: 'Cera medium';
    src: url('/assets/fonts/cerapro/Cerapromedium.otf');

    font-style: normal;

}

html, body {
    height: 100%;
    overflow-x: hidden !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    /* overflow: hidden; */
    scrollbar-width: none !important;

}

body {
    line-height: 1.74;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    /* font-family: "CerebriSans";
    font-family: 'Euclid Circular B';*/
    /* font-family: 'Geomanist' !important;  */
    font-family: 'Cera' !important;
    color: #313A42 !important;
    position: relative;
    background-color: #ffffff;
    height: auto !important;
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */

}

/*body.no-overflow {*/
/*    overflow: hidden !;*/
/*}*/

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


 .question-container {
     max-width: 600px;
     margin: auto;
     text-align: center;
     padding: 20px;
 }
.progress-bar-container {
    margin-bottom: 20px;
}
