_elements.scss 2.6 KB
h1{
    color: #183668;
    font-size: 32px;
    line-height: 40px;
    margin-top: 26px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700;
    font-style: normal;
    
}

h2{
    color: #183668;
    font-size: 26px;
    line-height: 33px;
    margin-top: 26px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h3{
    color: #183668;
    font-size: 20px;
    line-height: 25px;
    margin-top: 26px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h1+p {
    color: #183668;
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    font-style: normal;
}
p{
    color: #4C4C4C;
    font-size: 18px;
    line-height: 24px;
    margin-top: 16px;
    word-break: break-word;
    font-family: "trade-gothic-next", sans-serif;
    font-weight: 400;
    font-style: normal;
}
ul{
    li{
        color: #4C4C4C;
        font-size: 16px;
        margin-bottom: 6px;
        font-family: "trade-gothic-next", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
}
ol{
    li{
        color: #4C4C4C;
        font-size: 16px;
        margin-bottom: 6px;
        font-family: "trade-gothic-next", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
}

.wp-block-table{
    margin: 26px 0px  10px 0px;
    border-width: 0px !important;
}

table {
    width: 100%;
    border-width: 0px !important;
    thead {
        border-width: 0px !important;
        th {
            background-color: #1A3668 !important;
            color: #fff;
            text-align: left;
            padding: 10px;
            border-width: 0px !important;
            font-family: "trade-gothic-next", sans-serif;
            font-weight: 400;
            font-style: normal;

        }
    }
    tbody {
        border-width: 0px !important;
        tr {
            border-bottom: 1px solid #fff;
            background-color:#D1D6E1 !important;
      
            td {
                padding: 10px;
                border-width: 0px !important;
                font-family: "trade-gothic-next", sans-serif;
                font-weight: 400;
                font-style: normal;
            }
            th {
                padding-left: 10px;
                border-width: 0px !important;
                font-family: "trade-gothic-next", sans-serif;
                font-weight: 400;
                font-style: normal;
            }
        }
        tr:nth-child(odd) {
            background-color: #E7EAEF !important;
          }
    }

}