/**
 * Destinito - Destination Guide Theme CSS
 * Brand overrides on top of theme-iig.css (loaded as base by _LayoutIIG)
 */

/* ============================================
   DESTINITO BRAND OVERRIDES
   ============================================ */

/* Override brand title styling for "DESTINITO - DESTINATION GUIDE" */
@media (min-width: 769px) {
    .iig-brand-title {
        font-size: 1.5rem;
    }
}
