/*Reset all default properties from html elements*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
    -ms-overflow-style: scrollbar;
}

button {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'HP Simplified Light';
    src: url("./fonts/HPSimplified_Lt.ttf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.25rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.h1 {
    font-size: 3.75rem;
}

.h2 {
    font-size: 3rem;
}

.h3 {
    font-size: 2.25rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

body {
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #f2f2f2;
}

blockquote,
p,
.text-base {
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
}

.text-lg {
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
}

small,
.text-sm {
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: "HP Simplified", Arial, sans-serif;
}

.text-xl {
    font-family: "HP Simplified Light", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
}

i,
.italic {
    font-style: italic;
}

b,
strong,
.bold {
    font-weight: bold;
}

a,
.link {
    color: #0096d6;
    text-decoration: none;
    font-size: 1.25rem;
}

a:hover,
.link:hover {
    color: #0096d6;
    text-decoration: underline;
    font-size: 1.25rem;
}

button {
    font-size: 1rem;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
