:root{
/* Materialize z-depth-1 — the only card/button shadow the site uses */
--shadow-1:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
/* Raised floating action button (main.css .btn-floating.btn-up) */
--shadow-floating:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
/* Transparent header vignette (main.css header.nav) */
--shadow-nav-inset:inset 10px 10px 239px 59px rgba(0,0,0,.3);
/* Focused text input underline glow */
--shadow-input-focus:0 1px 0 0 var(--brand-cyan);
/* Hairline dividers */
--border-hairline:1px solid var(--grey-300); /* @kind other */
--border-input:1px solid var(--grey-200); /* @kind other */
--blockquote-rule:5px solid var(--brand-cyan); /* @kind other */
}
