// Variables - adding here until we update design system
@audio-player-mobile-max-width: 500px;
@audio-player-tablet-min-width: 501px;
@audio-player-tablet-max-width: 767px;
@audio-player-desktop-min-width: 768px;
@audio-player-desktop-max-width: 1200px;
@audio-player-widescreen-min-width: 1201px;
@audio-player-extra-widescreen-min-width: 1600px;
@audio-player-desktop-break: 950px;

@width-500: 500px;
// colors
@f-white: #fff;
@3-gray: #333;
