
/*@font-face{*/
/*    src:url(../../fonts/Intro/IntroDemoCond-LightCAPS.otf);*/
/*    font-family: Intro;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
/*@font-face{*/
/*    src:url(../../fonts/Intro/Intro-Trial-SmBdAlt.otf);*/
/*    font-family: Intro-Bold;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
@font-face{
    src:url(../../fonts/Noto/NotoSans-Regular.ttf);
    font-family: "Noto-Regular";
    font-weight: 400;
    font-display: swap;
}

body{
    font-family: "Noto-Regular";
    overflow-x: hidden;
    color: #383838;
    font-size: 20px;


}
h1,h2, h3, .main-title{
    font-family: "Noto-Regular";

}
.main-title{
    font-family: "Noto-Regular";

}
p{
    font-size: 20px;

}



ul li{
    /*font-family: "Noto-Regular";*/
    font-size: 20px;
    font-weight: normal;
}
ol li{
    /*font-family: "Noto-Regular";*/
    font-size: 20px;
    font-weight: normal;
}

