/*Write Css*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1,h2,h3,h4,h5,h6,a,li{
     font-family: "Roboto", serif !important;
    font-weight: 700 !important;
}
p {
    font-family: "Roboto", serif !important;
}

/* Removing Google Login */

.form-Wrapper .cmn-btn-outline0 {
    display: none !important;
}

.order-history-inner table thead tr th {
    color: #000000 !important;
}

.furniture .dashboard-right .order-history-inner table tbody tr td {
    border: 1px solid #000000 !important;
}