/* Ocean Alliance Canada Theme */
/* Based on Ocean Alliance Canada Brand Guidelines 2025 */

:root {
    /* OAC Primary Brand Colors */
    --oac-deep-blue: #1F458C;      /* Deep Blue - Primary */
    --oac-ocean-blue: #008CDB;     /* Ocean Blue - Primary */

    /* OAC Secondary Brand Colors */
    --oac-sunset-orange: #EAB138;  /* Sunset Orange */
    --oac-sky-blue: #BAD1FF;       /* Sky Blue */
    --oac-seafoam: #FFF5E0;        /* Seafoam */
    --oac-dark-grey: #2A2A2A;      /* Dark Grey - Text */

    /* ECO Canada Colors (secondary in this theme) */
    --eco-dark-green: #006F44;
    --eco-light-green: #6CC24A;
    --eco-dark-blue: #293549;
    --eco-dark-grey: #2a2a2a;
    --eco-gold: #91694e;

    /* Shared Secondary Colors */
    --dark-teal: #003b44;
    --light-teal: #15877d;
    --light-grey: #e7e7e7;

    /* Status Colors */
    --status-practicing: #EAB138;
    --status-non-practicing: #e67e22;
    --status-suspended: #c0392b;
    --status-emeritus: #aa6c39;

    /* Brand Colors for this theme */
    --brand-primary: var(--oac-deep-blue);
    --brand-secondary: var(--oac-ocean-blue);
    --brand-accent: var(--oac-sunset-orange);

    /* Typography - OAC Brand Fonts */
    --font-primary: 'Open Sans', Arial, sans-serif;        /* Body copy and web */
    --font-headline: 'Transat Text', 'Open Sans', sans-serif; /* Headlines and decorative */
    --font-fallback: Arial, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* OAC designations appear first in OAC theme */
#oac-designations {
    order: 1;
}

#eco-designations {
    order: 2;
}

/* OAC logo appears first in OAC theme */
.logo-oac-container {
    order: 1;
}

.logo-eco-container {
    order: 2;
}

/* SBEP specializations appear first in OAC theme */
#sbep-specializations-section {
    order: 1;
}

#ep-specializations-section {
    order: 2;
}
