

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.page-header a, .breadcrumb a {
	color: #000;
}

.lesson-header-block.row-section {
    font-family: 'Roboto', sans-serif;
    background-color: #fff0 !important;
    border: 0 !important;
    border-radius: 15px;
    padding: 20px 30px !important;
    font-weight: 300;
    transition: all 0.4s;
}

.lesson-header-block.row-section:hover {
	box-shadow: 0 20px 40px #F3FFFF;
}

.lesson-header-block.row-section .lesson-title-value {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}

.lesson-navigation div,
.lesson-navigation span,
.lesson-navigation a {
	font-weight: 300 !important;
}


