@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Roman.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Black.ttf");
    font-weight: 900;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-BlackOblique.ttf");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Book.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-BookOblique.ttf");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Light.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-LightOblique.ttf");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Medium.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-MediumOblique.ttf");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-Heavy.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Avenir";
    src: url("../../assets/font/Avenir-HeavyOblique.ttf");
    font-weight: 700;
    font-style: italic;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight : 700;
}
.faded{
    color : #637EA7 !important;
}
body{
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    top : 0px !important;
    width: 100% !important;
    height: 100vh !important;
    overflow-x: hidden !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
}
body::-webkit-scrollbar {
    display: none;
}
.simplebar-scrollbar {
    min-height: 60px;
}
.simplebar-scrollbar::before {
    background-color: #0F1F4A;
}
.wrapper{
    height: 100vh;
}
.page{
    min-height: 100vh;
}
.logo{
    max-width: 200px;
}
.logo-title{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #0F1F4A;
}
.feature{
    border-color: 0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(112, 144, 176, 0.15);
}
.feature .card-title{
    color: #0F1F4A;
}
.feature img{
    display: block;
    width: 90%;
    margin: auto;
    height: auto;
}
.feature .card-text{
    color: #0F1F4A;
}
.btn-secondary{
    color: #fff;
    background-color: #3c2cef;
    border-color: #3c2cef;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    background-color: #2314c6;
    border-color: #2314c6;
}
#features{
    background-color: #f9fafe;
}