@charset "utf-8";
.xxlarge {
    font-weight: 700;
    padding: 20;
    font-size: 44px;
}

.xlarge {
    font-size: 38px;
    padding: 18;
    font-weight: 700;
}
.large {
    font-size: 34px;
    font-weight: 700;
    padding: 15;
}
.medium {
    font-size: 24px;
    font-weight: 700;
    padding: 10;
}
.small {
    font-size: 22px;
    padding: 5;
}
.xsmall {
    font-size: 18px;
}
.xxsmall {
    font-size: 14px;
}
.font-bold {
    font-weight: 700;
    color: #FF8004;
}
.h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: small;
}
