@import url(https://fonts.bunny.net/css?family=roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);

.roboto {
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
    .mob-section {
        margin: 0 auto;
    }

    .mob-2 {
        margin-top: 32px;
    }
}

.fancy {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}