@font-face {
    font-family: RockSalt-Regular;
    src: url('https://inf-shared-assets-s3.s3.amazonaws.com/fonts/RockSalt-Regular.ttf');
}

.body-text{
    font-family: 'RockSalt-Regular', serif;
}

@media only screen and (max-width: 768px) {
    html{
        font-size: 8px;
    }
}
