/* Font Faces */
@font-face{
    font-family: 'Poppins Regular';
    src:url(../fonts/Poppins-Regular.ttf);
}
@font-face{
    font-family: 'Poppins Bold';
    src:url(../fonts/Poppins-Bold.ttf);
}

/* Logo Styles */
.main-logo {
    width: 228px;
    height: 48px;
    max-width: 100%;
}

.cw-logo {
    position: absolute;
    padding: 1rem;
    top:0;
    left: 5;
}

/* Typography */
h1 {
    font-size: 36px;
    font-weight: initial;
}

.main-text {
    font-family: 'Poppins Bold';
    font-size: 1.5rem;
    color:#25272A;
    justify-content: center;
}

.info-text {
    font-family: 'Poppins Regular';
    font-size: 1.25rem;
    color:#25272A;
    justify-content: center;
    text-align: center;
    width: 40%;
}

/* Layout */
.main-content {
    align-items: center;
    margin-top: 6rem;
    gap:2.5rem
}

/* Terms Page Specific */
.lettered-ol {
    list-style-type: upper-alpha;
}
