@font-face {
    font-family: 'DINRoundPro';
    font-weight: 300;
    src: url("../../public/fonts/drp/DINRoundPro.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 400;
    src: url("../../public/fonts/drp/DINRoundPro.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 500;
    src: url("../../public/fonts/drp/DINRoundPro.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 700;
    src: url("../../public/fonts/drp/DINRoundPro-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'DINRoundPro';
    font-weight: 800;
    src: url("../../public/fonts/drp/DINRoundPro-Black.woff2") format("woff2");
}

h1,
h2,
h3,
h4,
h5,
p,
li,
span,
small,
a, 
th,
td {
    font-family: 'DINRoundPro' !important;
}

.cursosDetails tr,
.cursosDetails td {
    font-family: 'DINRoundPro' !important;
}

.text-primary {
	color: #1c1c1c !important;
}

.text-secondary {
	color: #4F547B !important;
}

/* body,
html {
	width: 100%;
	height: 100%;
} */

body,
p {
	color: #d3d3d3;
    font: 400 1rem/1.625rem "Open Sans", sans-serif;
}