
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Lato:wght@400;700;900&family=Oxygen&family=Roboto:wght@500;700;900&display=swap');

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

.scribble {
    font-family: 'Kalam', sans-serif;
}

.space-sm, .space-top-sm {
    padding-top: 1.5rem !important;
}

.space-sm, .space-top-bottom {
    padding-bottom: 1.5rem !important;
}

/*.bg-light {*/
/*    background-color: #f8f8f8 !important;*/
/*}*/

/*.btn-light {*/
/*    background-color: #f8f8f8 !important;*/
/*    border-color: #f8f8f8 !important;*/
/*}*/

.text-black-70 {
    color: rgba(0, 0, 0, 0.7) !important;
}
