/* Forms Theme CSS - Optimised Mining Branding */
/* Brand-specific theming and overrides */

/* ============================================
   Brand Color Overrides
   ============================================ */
/* Colors are already defined in forms-base.css as CSS custom properties */
/* Add any brand-specific overrides here if needed */

/* ============================================
   Logo Styling
   ============================================ */
/* Logo SVG is rendered inline by forms-engine.js */
/* Styling already handled in forms-base.css */

/* ============================================
   Custom Brand Elements
   ============================================ */
/* Add any form-specific brand styling here */
/* Examples:
   - Custom success page branding
   - Special header styles
   - Brand-specific animations
*/

/* ============================================
   Future Brand Customizations
   ============================================ */
/* This file can be used to override base styles for different brands */
/* Example:
:root {
    --primary: #custom-brand-color;
    --primary-hover: #custom-brand-hover;
}
*/

