/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-08-2023, 18:00:00
    Author     : 204797692
*/


@font-face {
    font-family: calibribolditalic;
    font-style: italic;
    font-weight: bold;
    src: url(../fuentes/CalibriBoldItalic.ttf);
}
@font-face {
    font-family: calibribold;
    font-weight: bold;
    font-style: normal;
    src: url(../fuentes/CalibriBold.TTF);
}
@font-face {
    font-family: calibrilight;
    font-weight: lighter;
    font-style: normal;
    src: url(../fuentes/CalibriLight.ttf);
}
@font-face {
    font-family: calibriregular;
    font-weight: normal;
    font-style: normal;
    src: url(../fuentes/CalibriRegular.ttf);
}
@font-face {
    font-family: DINCondensedBold;
    font-weight: bold;
    font-style: normal;
    src: url(../fuentes/DINCondensedBold.ttf);
}

.calibribolditalic{
    font-family: calibribolditalic !important;
}
.calibribold{
    font-family: calibribold !important;
}
.calibrilight{
    font-family: calibrilight !important;
}
.calibriregular{
    font-family: calibriregular !important;
}
.dinbold{
    font-family: DINCondensedBold !important;
}