/* css/variables.css */

:root {
    --link-color-light: #bbbbbb; /* Example light theme link color */
    --link-color-dark: #2f2f2f;  /* Example dark theme link color */
  }