@media only screen and (min-width: 320px) {
    

    .quote-container p{
        font-family: 'swear-display', serif;
        font-weight: 600;
        margin: 10px;
    }

    .quote-container p.original{
        font-family: 'Albert Sans', sans-serif;
    }

    .quote-container .larger-p {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 768px) {
    
}

@media only screen and (min-width: 1024px) {
   
}