@font-face {
    font-family: 'Papyrus Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Papyrus Condensed'), url(Papyrus-Condensed.woff) format('woff');
}

:root {
    --theme-color1: 25;
    --theme-color: hsl(var(--theme-color1), 90%, 54%);
    --theme-color2: black;
}

#title, h2 { font-family: 'Papyrus Condensed'; }

#gallery_filter li.current, #gallery_filter li:hover { background-color: var(--theme-color) !important; }

