/* FONTS */
@font-face {
    font-family: "Perfectly Nineties";
    src: url("fonts/PerfectlyNineties-Regular.woff2") format('woff2'),
        url("fonts/PerfectlyNineties-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("fonts/VelaSans-ExtraBold.woff2") format('woff2'),
        url("fonts/VelaSans-ExtraBold.woff") format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("fonts/VelaSans-SemiBold.woff2") format('woff2'),
        url("fonts/VelaSans-SemiBold.woff") format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vela Sans";
    src: url("fonts/VelaSans-Regular.woff2") format('woff2'),
        url("fonts/VelaSans-Regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* PRETTY GOOD */
:root {
    font-size: 100%;
}

body {
    box-sizing: border-box;
    font-family: "Vela Sans";
    font-size: 1.5rem; /* 18px */
    letter-spacing: -0.063rem;
    line-height: 140%;
    font-weight: 400;
    color: #DD5533;
    background-color: #d9d9d9;
    padding-inline: 0rem;
    padding-block: 0rem;
}

article {
    display: block;
}

a:link {
    
    color: #DD5533;
    text-decoration: underline;
}

a:hover {
    color: #9D9D9D;
}

.key-text-line {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0rem;
    text-transform: uppercase;
    padding-inline-start: 32rem;
    padding-inline-end: 1.25rem;
}

.summary-line {
    font-size: 3rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.063rem;
    text-transform: uppercase;
    padding-inline-start: 32rem;
    padding-inline-end: 1.25rem;
}

.bulk {
    padding-inline-start: 32rem;
    padding-inline-end: 16rem;
}

blockquote {
    font-family: "Perfectly Nineties";
    font-size: 4em;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.063rem;
    color: #9D9D9D;
    position: relative;
    width: 70rem;
    margin-inline: auto;
    text-align: center;
}

.quote-top {
    filter: blur(0.1rem);
    position: absolute;
}

.quote-bottom {
    filter: blur(0.188rem);
}

.no-vis {
    visibility: hidden;
}

.heading-left {
    font-size: 8.75rem;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -0.313rem;
    text-transform: uppercase;
    text-align: left;
}

.heading-right {
    font-size: 8.75rem;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -0.313rem;
    text-transform: uppercase;
    text-align: right;
}

aside {
    width: 100%
}

div.small {
    width: 60%  
}

div.large{
    width: 100%  
}

.sub-head {
    font-size: 7.5rem;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -0.188rem;
    text-transform: uppercase;
    color: #C1C1C1;
    filter: blur(0.1rem);
    opacity: 40%;
}






/* NEED AN UPDATE!!!!!!!!!!!!! */
h1 {
    font-size: 4.688rem; /* 75px */
    font-weight: 800;
    line-height: 105%;
    letter-spacing: -0.188rem;
    text-transform: uppercase;
    color: #DD5533;
}

span.lvl-01 {
    font-size: 4.688rem; /* 75px */
    letter-spacing: -0.188rem;
}

span.lvl-02 {
    font-size: 7.5rem; /* 120px */
    letter-spacing: -0.375rem;
}

span.lvl-03 {
    font-size: 12.5rem; /* 200px */
    letter-spacing: -0.625rem;
}

span.footnote {
    font-size: 2.125rem; /* 34px */
    font-weight: 400;
    letter-spacing: -0.125rem;
}
