/* =========================================
   QVSTAMPS ALBUM THEME (GLOBAL VISUALS ONLY)
   css/album-theme.css
   ========================================= */

:root{
  /* Core palette */
  --album-green-deep:#223B3B;
  --album-green:#2F4F4F;
  --album-green-mid:#385F5F;

  --paper:#FBFAF6;
  --paper-2:#F3F0E8;
  --ink:#1F2424;

  --brass:#D5C08A;
  --brass-2:#BCA66E;

  --mint:#BFE6D3;
  --mint-2:#8EC9AE;

  --enamel:#2B3434;

  /* (Optional) shared search sizing knobs you already use */
  --lhs-search-width-inactive:10.8vw;
  --lhs-search-width-active:9vw;
  --lhs-search-height:2.4vh;

  /* =========================================
     Texture definition (the “close dots”)
     ========================================= */
  --album-green-texture:
    radial-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1px);

  /* =========================================
     Texture “recipe” knobs
     These make every page match SearchResults2
     ========================================= */
  --album-green-panel-bg: var(--album-green);

  /* Match your SearchResults2 look */
  --album-texture-size-1: 3px 3px;
  --album-texture-size-2: 4px 4px;

  --album-texture-pos-1: 0 0;
  --album-texture-pos-2: 1px 1px;
}
