/* Style Button Size Configuration - Edit these values to adjust sizes */
:root {
  /* Default Button Configuration */
  --style-button-width: 100%;         /* Default width of style buttons (% or px) */
  --style-button-max-width: 1920px;   /* Default maximum width of style buttons */
  --style-button-gap: 0px;          /* Space between buttons */
  --style-button-border-radius: 0px;/* Default button corner roundness */
  
  /* Default Text Label Configuration */
  --button-label-size: 1.8rem;       /* Default size of text under buttons */
  --button-label-margin: -40px;        /* Default space above text labels */
  --button-label-spacing: 0.5px;     /* Default letter spacing for text */
  
  /* Effects Configuration */
  --button-hover-lift: -2px;         /* Default lift amount on hover */
  --button-border-width: 3px;        /* Default border width */
  --button-label-shadow: 0 1px 2px rgba(0,0,0,0.5); /* Text shadow */

}
