/* ----------- Styles for Jornadas FCCN 2024 conference ----------- */

:root {
/* Your branding/main colors goes here */
--main: #121212;
--main-light: #f1f1f1;
--main-lighter: #f5faff;
--main-dark: #333;
--main-white: #fff; }

p { font-family: montserrat, sans-serif !important; }


a { color: var(--main) !important; }
a:hover, a:active { text-decoration: underline; color: var(--main-dark) !important; }

.confTitle a:hover, .confTitle a:active { text-decoration: none; }
.confTitleBox { background: var(--main); }
.confSubTitleBox .confSubTitleContent { align-items: center; }
.button-bar .i-button { color: var(--main-white) !important; }
.action-box.warning { border-color: var(--main-light); background: var(--main-lighter); }
.conference-page header h2 { color: var(--main); }
.action-box.warning .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label,
.action-box.warning .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) > .icon { color: var(--main); }
.support_box > h3 { background-color: var(--main); }
.confTitle h1 span { display: flex; align-items: center; }
.footer .footer-logo { display: none; }