/* Game profiles: brand inputs and optional art only. */
:root[data-ig-game="tenetite"] {
    --ig-brand: #b77735;
    --ig-brand-rgb: 183, 119, 53;
    --ig-brand-secondary: #3d8f82;
    --ig-brand-secondary-rgb: 61, 143, 130;
    --ig-brand-deep: #203432;
    --ig-brand-tint: #f6efe5;
    --ig-theme-art: none;
    --ig-theme-art-position: center;
    --ig-theme-pattern-opacity: 0.12;
}

:root[data-ig-game="ageofshadows"] {
    --ig-brand: #58789d;
    --ig-brand-rgb: 88, 120, 157;
    --ig-brand-secondary: #8b6c9f;
    --ig-brand-secondary-rgb: 139, 108, 159;
    --ig-brand-deep: #1a2230;
    --ig-brand-tint: #e9eef4;
    --ig-theme-art: url("/assets/images/themes/ageofshadows/ageofshadows-login-art.webp");
    --ig-theme-art-position: center;
}

:root[data-ig-game="everbrook"] {
    --ig-brand: #6f934f;
    --ig-brand-rgb: 111, 147, 79;
    --ig-brand-secondary: #4f94a3;
    --ig-brand-secondary-rgb: 79, 148, 163;
    --ig-brand-deep: #1b2e26;
    --ig-brand-tint: #eef5e7;
    --ig-theme-art: url("/assets/images/themes/everbrook/everbrook-login-art.webp");
    --ig-theme-art-position: center;
}

:root[data-ig-game="everdeep"] {
    --ig-brand: #4f8f64;
    --ig-brand-rgb: 79, 143, 100;
    --ig-brand-secondary: #a38b49;
    --ig-brand-secondary-rgb: 163, 139, 73;
    --ig-brand-deep: #182a22;
    --ig-brand-tint: #edf5ed;
    --ig-theme-art: url("/assets/images/themes/everdeep/everdeep-login-art.webp");
    --ig-theme-art-position: center;
}

:root[data-ig-game="hearthwild"] {
    --ig-brand: #b8793d;
    --ig-brand-rgb: 184, 121, 61;
    --ig-brand-secondary: #6d8d52;
    --ig-brand-secondary-rgb: 109, 141, 82;
    --ig-brand-deep: #30261c;
    --ig-brand-tint: #f5ede2;
    --ig-theme-art: url("/assets/images/themes/hearthwild/hearthwild-login-art.webp");
    --ig-theme-art-position: center;
}

:root[data-ig-game="shadows_of_evermore"] {
    --ig-brand: #765f94;
    --ig-brand-rgb: 118, 95, 148;
    --ig-brand-secondary: #a9576e;
    --ig-brand-secondary-rgb: 169, 87, 110;
    --ig-brand-deep: #261d31;
    --ig-brand-tint: #f1edf5;
    --ig-theme-art: url("/assets/images/themes/shadows_of_evermore/shadows-of-evermore-login-art.webp");
    --ig-theme-art-position: center;
}

:root[data-ig-theme="dark"][data-ig-game="tenetite"] {
    --ig-brand: #cf8a45;
    --ig-brand-rgb: 207, 138, 69;
}

:root[data-ig-theme="dark"][data-ig-game="ageofshadows"] {
    --ig-brand: #7696ba;
    --ig-brand-rgb: 118, 150, 186;
}

:root[data-ig-theme="dark"][data-ig-game="everbrook"] {
    --ig-brand: #8fb66b;
    --ig-brand-rgb: 143, 182, 107;
}

:root[data-ig-theme="dark"][data-ig-game="everdeep"] {
    --ig-brand: #69a97d;
    --ig-brand-rgb: 105, 169, 125;
}

:root[data-ig-theme="dark"][data-ig-game="hearthwild"] {
    --ig-brand: #cf955b;
    --ig-brand-rgb: 207, 149, 91;
}

:root[data-ig-theme="dark"][data-ig-game="shadows_of_evermore"] {
    --ig-brand: #967aba;
    --ig-brand-rgb: 150, 122, 186;
}

:root[data-ig-game="corebound"] {
  --ig-brand: #278d79;
  --ig-brand-rgb: 39, 141, 121;
  --ig-brand-secondary: #bd914c;
  --ig-brand-secondary-rgb: 189, 145, 76;
  --ig-brand-deep: #153332;
  --ig-brand-tint: #e5f8f3;
}
