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

html,
body {
    padding: 0;
    margin: 0;
    font-family: "Oxygen", sans-serif;
}

/* space for fixed footer */
body {
    padding-bottom: 130px;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    color: #262e40;
}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #df1a50;
}
a:hover {
    opacity: 0.8;
}

p {
    font-size: 14px;
    color: #262e40;
    line-height: 1.5;
}

.disabled {
    color: #a9a9a9 !important;
}
