@font-face {
    font-family: 'tanha';
    src: url("font/Tanha-FD.woff2")
    format('woff2'),
    url("font/Tanha-FD.woff2")
    format('woff');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: 'tanha',sans-serif;
    white-space: pre-line;
}
body{
    margin-bottom: 80px;
}
.sizeIcon{
    font-size: 50px;
}
.icon-dialog-size{
    font-size: 50px;
}
#detailPayment{
    height: 70vh;
}
/* tablet size 768 px */
@media(min-width: 768px) {
    .sizeIcon {
        font-size: 70px;
    }

    .icon-dialog-size {
        font-size: 120px;
    }
    #detailPayment{
        height:80vh;
    }
}
/*  desktop size 992 px  */
@media(min-width: 992px){
    .sizeIcon{
        font-size: 100px;
    }
    .icon-dialog-size{
        font-size: 170px;
    }
    #detailPayment{
        height: 90vh;
    }
}
