@font-face {
    font-family: 'SolaimanLipi';
    src: url('https://your-cdn-link.com/SolaimanLipi.woff2') format('woff2'),
        url('https://your-cdn-link.com/SolaimanLipi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
td,
th {
    font-family: SolaimanLipi;
    font-size: 16px;
    color: #000000;
}

.table {
    border-bottom-width: thin;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-top-width: thin;
    border-top-color: #999999;
    border-top-style: solid;
    border-left-width: thin;
    border-left-color: #999999;
    border-left-style: solid;
    border-right-width: thin;
    border-right-color: #999999;
    border-right-style: solid;
}

.style1 {
    font-size: 24px
}

body {
    background: none repeat scroll 0 0 #C5D394;
    margin-top: 2px;
}

.style2 {
    font-size: 24px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}