@import url(poppin.css);
body {
    font-family: poppin  !important;
    background-color: #cdcdcd;
    margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea,a,div,strong,p,span,li {
    font-family: poppin !important;
}
.text-small {
    font-size: 0.8em !important;
}
.text-xsmall {
    font-size: 0.6em !important;
}
.text-large {
    font-size: 1.2em !important;
}
.text-xlarge {
    font-size: 1.4em !important;
}
.text-thin {
    font-weight: 100 !important;
}
.text-light {
    font-weight: 300 !important;
}
.text-regular {
    font-weight: normal !important;
}
.text-medium {
    font-weight: 500!important;
}
.text-bold {
    font-weight: bold !important;
}
.text-extrabold {
    font-weight: 900 !important;
}
