@font-face {
    font-family: 'PSL';
    src: url("../fonts/PSL154pro_1.woff") format("woff"); 
  }
  @font-face {
    font-family: 'PSLBB';
    src: url("../fonts/PSL156pro_1.woff") format("woff"); 
  }
body,h1,h2,h3,h4,h5,p,a {
    font-family: 'PSL'!important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
h1 {
    font-size: 60px;
    line-height: 55px;
}
.h2, h2 {
    font-size: 45px;
    line-height: 40px;
}
.h3, h3 {
    font-size: 30px;
    line-height: 30px;
}
body, p, a, section {
    font-size: 23px !important;
    line-height: 23px !important;
    color: white;
}
.h5, h5 {
    font-size: 20px;
}
b, strong {
    font-family: 'PSLBB' !important;
    font-weight: 500;
}
a {
    cursor: pointer;
    text-decoration: inherit !important;
}
.fa, .fas, .fab, .fal {
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}
ol, ul {
    margin: 0px;
    padding-inline-start: 30px;
}
button, input, optgroup, select, textarea {
    width: 100%;
    min-height: 30px;
    border: 0px;
    color: black;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
@media only screen and (max-width: 900px){
    h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .h2, h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .h3, h3 {
        font-size: 25px;
        line-height: 25px;
    }
    body, p, a, section {
        font-size: 20px !important;
        line-height: 20px !important;
    }
}