:root {
	--brand-color-1: #2a3e73;
	--brand-color-2: #1770B8;
	--brand-color-3: #ee4c9b;
}

header.fHeader {
	background: var(--brand-color-1);
}

.menu-horizontal a {
	color: var(--brand-color-1-text);
}

.menu-horizontal a:hover{
  color: var(--brand-color-3);
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

.abstracts-list .f-list-item.f-list-done {
	background:url('https://img.icons8.com/color/96/checked--v1.png') 1rem center no-repeat;
	background-size: 32px;
}
.abstracts-list .f-list-item.f-list-draft {
	background:url('https://img.icons8.com/color/96/000000/box-important--v1.png') 1rem center no-repeat;
	background-size: 32px;
}
