/*
 * Columbia Microlearning — Custom CSS
 * ====================================
 * This file is loaded by the child theme automatically.
 * Add or update Columbia brand styles here.
 *
 * Alternatively, paste styles into:
 * Divi > Theme Options > Custom CSS
 * (Theme Options CSS takes effect without editing this file)
 *
 * BRAND TOKENS (for reference — Divi does not use CSS variables)
 * Piercing Red:      #D12329
 * Effervescent Blue: #003258
 * Black:             #1A1A1A
 * Suzu Grey:         #A0A2A4
 *
 * FONTS
 * Headings: Raleway (load via Divi > Theme Options > General > Headings)
 * Body:     Open Sans (load via Divi > Theme Options > General > Body)
 */

/* ── GLOBAL BUTTON STYLE ─────────────────────────────────────── */
.et_pb_button,
.button,
a.et_pb_promo_button {
    border-radius: 4px;
}

/* ── LINK COLOUR ─────────────────────────────────────────────── */
a {
    color: #003258;
    transition: color 0.2s;
}
a:hover {
    color: #D12329;
}

/* ── ADD COLUMBIA CUSTOM CSS BELOW THIS LINE ─────────────────── */
