@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400;500;600;700&display=swap');

body {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-family: 'Merriweather', serif;
    font-family: 'Raleway', serif;
    font-family: 'Readex Pro', serif;
    color: #333;
}

.app-font-main {
    font-family: 'Readex Pro', serif;
}

.app-font-sub {
    font-family: 'Roboto Slab', serif;
}
