@font-face {
    font-family: 'Juventus';
    src: url(../fonts/juventus/webfonts/JuventusFans-Regular.woff);
}

@font-face {
    font-family: 'JuventusBold';
    src: url(../fonts/juventus/webfonts/JuventusFans-Bold.woff);
}

.bebas {
    font-family: 'Juventus';
}

.big-title,
.card-body .bebas,
.docente-name,
.docente-role {font-family: 'JuventusBold';}

body,
.poppins,
.poppins-extralight,
.poppins-light,
.poppins-regular,
.poppins-medium,
.poppins-semibold,
.poppins-bold,
.poppins-extrabold {
    font-family: 'Roboto';
}

.poppins-extralight{font-weight: 200;}
.poppins-light{font-weight: 300;}
.poppins-regular{font-weight: 400;}
.poppins-medium{font-weight: 500;}
.poppins-semibold{font-weight: 600;}
.poppins-bold{font-weight: 700;}
.poppins-extrabold{font-weight: 800;}