@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,600;1,600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Rubik", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
}

.cheesy-quote {
    margin: 1rem 0 0.2rem 0; 
    color: #525252;
}

.cheesy-quote-speaker {
    margin: 0.2rem 0 1rem 3rem; 
    color: #525252;
}
