/*
Apply any theme variable overwrites that were set via admin theme settings.
Note: This file is a placeholder, it will be automatically/dynamically overwritten from the theme settings.
This will apply to ANY/ALL themes loaded, and before any of the core files are loaded.
*/

:root {
    --link__pri-clr: #0066cc;        /* Substitua pela cor primária da Empresa Livre */
    --main-background: #f7fafc;      /* Cor de fundo padrão da área de suporte */
    --font__pri-clr: #2d3748;        /* Cor dos textos do suporte */
}

/* Oculta o rodapé padrão intermediário gerado pelo HESK */
footer.footer {
    display: none !important;
}