/**
 * ==========================================================================
 * VERIMUS DESIGN SYSTEM - LEGACY STYLES
 * ==========================================================================
 * 
 * NOTE: Font faces are now defined in _base.css
 * This file only contains legacy styles that require this file location.
 * 
 * The design system is organized as:
 *   - _variables.css  - CSS custom properties
 *   - _base.css       - Font faces and base element styles
 *   - components/     - Component styles
 *   - layout/         - Layout utilities
 *   - utilities/      - Helper classes
 * 
 * ==========================================================================
 */

/* ==========================================================================
   SELECT ARROW BACKGROUND
   ==========================================================================
   Global select arrow styling - can be overridden by component styles.
   ========================================================================== */

select {
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 15px;
}
