﻿body {
    margin: 0;
    font-family: Nunito,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fafbfe;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-weight: 500;
    line-height: 1.1
}

.h1, h1 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.25rem
    }
}

.h2, h2 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.875rem
    }
}

.h3, h3 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem
    }
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: .9375rem
}

.h6, h6 {
    font-size: .75rem
}

code {
    font-size: 87.5%;
    color: #39afd1;
    word-wrap: break-word;
}

.pricing-list {
    color: var(--b-theme-secondary);
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
}

    .pricing-list li {
        padding: 15px;
    }
