/**
 * Combined CSS for Monthly Challenge
 * Combines: monthly-challenge.css, monthly-gold-card.css, challenge-toggle.css
 * This reduces HTTP requests from 3 to 1
 */

/* ======================================
   IMPORT MONTHLY CHALLENGE STYLES
   ====================================== */
@import url('monthly-challenge.css');

/* ======================================
   IMPORT MONTHLY GOLD CARD STYLES
   ====================================== */
@import url('monthly-gold-card.css');

/* ======================================
   IMPORT CHALLENGE TOGGLE STYLES
   ====================================== */
@import url('challenge-toggle.css');