

:root {
    --idea-dash-color: black;
    --idea-dash-width: 1px;
    --idea-dash-pattern: 4px 8px;
}


.dashed-logo text,
.dashed-header-text text,
.archive-year-mark text,
.archive-mobile-years text {
    fill: transparent;
    stroke: var(--idea-dash-color);
    stroke-width: var(--idea-dash-width);
    stroke-dasharray: var(--idea-dash-pattern);
    stroke-linejoin: round;
    stroke-linecap: round;

    font-family: "IdeaMuseumTitling", sans-serif;
    font-size: 40px;
}


.chrome .dashed-logo text,
.chrome .dashed-header-text text,
.chrome .archive-year-mark text,
.chrome .archive-mobile-years text {
    stroke-dasharray: 2px 4px;
}
