:root {

    --font-titulo-regular: 'decoy';
    --font-titulo-light: 'decoy-Light';
    --font-titulo-medium: 'decoy-Medium';
    --font-titulo-bold: 'decoy-Bold';
    --font-titulo-black: 'decoy-Black';


    --font-texto-regular: 'ELZA';
    --font-texto-light: 'ELZA-LIGHT';
    --font-texto-medium: 'ELZA-MEDIUM';
    --font-texto-bold: 'ELZA-BOLD';

    --cor-cinza: #ccc;
    --cor-cinza-escuro: #333;
    --cor-cinza-claro: #f2f2f2;
    --cor-cinza-claro-medio: #eee;
    --cor-cinza-branco-medio: #e9ecef;
    --cor-cinza-braco: #f6f6f6;
    --cor-vermelha: #db0100;
    --cor-amarela: #f1c731;
    --cor-amarela-claro: #fff671;
    --cor-amarela-bg: #fdb834;
    --cor-amarela-bg-transp: #fdb73494;
    --cor-marrom: #6f4242;
    --cor-marrom-claro: #6d4043;
    --cor-azul: #002d6c;
    --cor-dodger-blue: #1085e4;
    --cor-branca: #fff;
    --cor-branca-gelo: #fcfcfc;
    --cor-padrao: #80b8cb;
    --cor-preto: #000;
    --cor-preto-brand: #222;
    --form-control-text-color: #495057;
    --form-linha-color: #ced4da;
    --text-shadow-padrao: #aad9e9;
    --cor-borda-nav: #eee;
    --cor-transparente:transparent;
}





@font-face {
    font-family: 'ELZA-LIGHT';
    src: url('../fonts/elza/ELZA-LIGHT.TTF') format("truetype");
}


@font-face {
    font-family: 'ELZA';
    src: url('../fonts/elza/Elsa-Regular.otf') format("truetype");
}

@font-face {
    font-family: 'ELZA-MEDIUM';
    src: url('../fonts/elza/ELZA-MEDIUM.TTF') format("truetype");
}

@font-face {
    font-family: 'ELZA-BOLD';
    src: url('../fonts/elza/ELZA-BOLD.TTF') format("truetype");
}

/* Fonts Decoy */

@font-face {
    font-family: 'decoy-Light';
    src: url('../fonts/Decoy/Decoy_light.otf') format("truetype");
}

@font-face {
    font-family: 'decoy';
    src: url('../fonts/Decoy/Decoy_regular.otf') format("truetype");
}
@font-face {
    font-family: 'decoy-Medium';
    src: url('../fonts/Decoy/Decoy_medium.otf') format("truetype");
}

@font-face {
    font-family: 'decoy-Bold';
    src: url('../fonts/Decoy/Decoy_bold.otf') format("truetype");
}


@font-face {
    font-family: 'decoy-Black';
    src: url('../fonts/Decoy/Decoy_black.otf') format("truetype");
}

