/* collection_matrix_dark: collection-first matrix layout with a near-black gallery backdrop and cool neutral text. */
@import url("collection_matrix_cream.css");

:root {
    --matrix-page: #060606;
    --matrix-page-deep: #121212;
    --matrix-text: #f3f3f3;
    --matrix-text-soft: #b8b8b8;
    --matrix-copy: #d7d7d7;
    --matrix-border: #4e4e4e;
    --matrix-link: #ffffff;
    --matrix-link-soft: #bdbdbd;
    --matrix-menu-border: rgba(189, 189, 189, 0.45);
    --matrix-menu-bg: #111111;
    --matrix-input-border: rgba(189, 189, 189, 0.4);
    --matrix-input-bg: rgba(255, 255, 255, 0.06);
    --matrix-button-bg: #1c1c1c;
    --matrix-button-bg-hover: #2a2a2a;
    --matrix-flash-border: rgba(189, 189, 189, 0.32);
    --matrix-flash-bg: rgba(255, 255, 255, 0.05);
}
