@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", Arial, sans-serif;
    letter-spacing: 0;
    font-size: 12px;
    color: #283433;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
    font-weight: 400;
    text-align: left;
}

body {
    line-height: 26px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.input-info {
    font-size: 8pt;
}

table td, table th {
    padding-right: 10px;
    text-align: left;
}
caption, th, td {
    font-weight: 400;
}

button, input, select, textarea {
    line-height: inherit;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}

h1 {
    color: #51a9b6;
    padding-bottom: 6px!important;
    font-size: 33px!important;
    font-weight: 300;
    margin-bottom: 9px;
}
