/*
  Publication styling only.
  Uses the colour variables already defined by the Kanoufi Academic theme.
*/

/* Frédéric Kanoufi: coloured, but no longer bold */
.wp-pub-ref strong.pub-self,
.wp-pub-ref strong {
    font-weight: 400;
    color: var(--accent-deep, #0c6c73);
}

/* Journal title */
.wp-pub-ref .pub-journal {
    font-style: italic;
    font-weight: 700;
    color: var(--deep, #0d2740);
}

/* Publication year */
.wp-pub-ref .pub-year {
    font-weight: 700;
    color: var(--ink, #14181d);
}
