﻿/*#ff8200 Naranja
        #9a3324 Ladrillo
        #623412 Cafe*/


.btn-primary {
    --bs-btn-bg: #9a3324 !important;
    --bs-btn-border-color: #9a3324 !important;
    --bs-btn-hover-bg: #9a3324 !important;
    --bs-btn-hover-border-color: #9a3324 !important;
    --bs-btn-active-bg: #9a3324 !important;
    --bs-btn-active-border-color: #9a3324 !important;
    --bs-btn-disabled-bg: #9a3324 !important;
    --bs-btn-disabled-border-color: #9a3324 !important
}

/*GOOGLE FONTS, URL EN TEMPLATE.MASTER*/
.bebas-neue {
    font-family: "Bebas Neue";
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy Light";
    src: local("Gilroy Light"), url("fonts/Gilroy-Light.otf") format("opentype") tech(color-COLRv1);
}

.gilroy-light {
    font-family: "Gilroy Light";
}

@font-face {
    font-family: "Gilroy ExtraBold";
    src: local("Gilroy ExtraBold"), url("fonts/Gilroy-ExtraBold.otf") format("opentype") tech(color-COLRv1);
}

.gilroy-extrabold {
    font-family: "Gilroy ExtraBold";
}

@font-face {
    font-family: 'Gotcha Gothic Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gotcha Gothic Regular'), url('fonts/Gotcha Gothic Regular.woff') format('woff');
}

.gotchagothic {
    font-family: "Gotcha Gothic Regular";
}


@font-face {
    font-family: 'Gotcha Gothic Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotcha Gothic Italic'), url('fonts/Gotcha Gothic Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gotcha Gothic Stamp Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gotcha Gothic Stamp Regular'), url('fonts/Gotcha Gothic Stamp Basic.woff') format('woff');
}


@font-face {
    font-family: 'Gotcha Gothic 3D Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotcha Gothic 3D Italic'), url('fonts/Gotcha Gothic 3D.woff') format('woff');
}


@font-face {
    font-family: 'Gotcha Gothic Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gotcha Gothic Light Regular'), url('fonts/Gotcha Gothic Light.woff') format('woff');
}
