body {
    font-family: 'Open Sans', sans-serif;
    color: #141414;
    font-size: 1.5rem;
    line-height: 3rem;
}

a {
    text-decoration: none;
}

a.fa:before{
    padding-right: 10px;
}

h1 {
    font-size: 5rem;
    line-height: 6rem;
    padding: 10px 0;
}

h2{
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding: 10px 0;
}

h3{
    font-size: 2rem;
    line-height: 3rem;
    padding: 4px  0 0 0;
}

button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    padding: 0;
}

.fs-10 {
    font-size: 1rem;
}
.fs-15 {
    font-size: 1.5rem;
}
.fs-20 {
    font-size: 2rem;
}
.fs-25 {
    font-size: 2.5rem;
}
.fs-30 {
    font-size: 3rem;
}
.fs-35 {
    font-size: 3.5rem;
}
.fs-40 {
    font-size: 4rem;
}
.fs-45 {
    font-size: 4.5rem;
}
.fs-50 {
    font-size: 5rem;
}
.fs-55 {
    font-size: 5.5rem;
}

/* text align */
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

/* weight */

.fw-normal {
    font-weight: 400;
}

.fw-sbold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-xbold {
    font-weight: 800;
}

/*list style*/
.list-style-none {
    list-style: none;
}
