@tailwind base;
@tailwind components;
@tailwind utilities;

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.dropdown:hover .dropdown-menu {
    display: block;
  }

.clip-polygon {
  clip-path: polygon(0% 97%, 95% 97%, 100% 0%, 0% 0%);
  left:-15%;
  z-index: -10;
  /* Note that percentages work as well as px */
}

.article-editor ol, ul {
  padding: 5px;
  margin-left: 20px;
}

.article-editor ol {
  list-style-type: decimal;
}

.article-editor ul {
  list-style-type: disc;
}

.article-editor h1 {
  font-size: 1.5rem; 
  line-height: 3rem; 
}

.article-editor h2 {
font-size: 1.125rem;
  line-height: 2.5rem;
}

.article-editor blockquote {
  border-left: 3px solid DarkBlue;
  padding-left: 0.75rem;
}

.article-editor p {
  margin-bottom: 8px;
  text-indent: 8px;
}

:root {
  --primary: 30 64 175;
  --textPrimary: 255 255 255;
  --secondary: 30 64 175;
  --textSecondary: 255 255 255;
  --tertiary: 96 165 250;
  --textTertiary: 0 0 0;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
}

.theme-bulldogs {
  --primary: 52 4 8;
  --textPrimary: 255 255 255;
  --secondary: 0 13 14;
  --textSecondary: 255 255 255;
  --banner: 0 13 14;
  --textBanner: 255 255 255;
}

.theme-fighting-loons-black {
  --primary: 12 12 12;
  --textPrimary: 255 255 255;
  --banner: 12 12 12;
  --textBanner: 255 255 255;
  --secondary: 266 22 30;
  --textSecondary: 255 255 255;
  --tertiary: 233 182 182;
  --textTertiary: 255 255 255;
}

.theme-fighting-loons {
  --primary: 12 12 12;
  --textPrimary: 255 255 255;
  --banner: 12 12 12;
  --textBanner: 255 255 255;
  --secondary: 233 182 182;
  --textSecondary: 0 0 0;
  --tertiary: 266 22 30;
  --textTertiary: 255 255 255;
}

.theme-sharks {
  --primary: 0 0 0;
  --textPrimary: 255 255 255;
  --banner: 0 0 0;
  --textBanner: 255 255 255;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-troopers {
  --primary: 201 201 201;
  --textPrimary: 0 0 0;
  --banner: 201 201 201;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 201 201 201;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-fighting-piranhas {
  --primary: 16 16 16;
  --textPrimary: 255 255 255;
  --banner: 16 16 16;
  --textBanner: 255 255 255;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-royals {
  --primary: 99 42 147;
  --textPrimary: 255 255 255;
  --banner: 99 42 147;
  --textBanner: 255 255 255;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-sled-dogs {
  --primary: 15 15 15;
  --textPrimary: 255 255 255;
  --banner: 15 15 15;
  --textBanner: 255 255 255;
  --secondary: 132 192 243;
  --textSecondary: 0 0 0;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-northern-gators {
  --primary: 1 115 63;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 1 115 63;
  --textSecondary: 255 255 255;
  --tertiary: 88 13 20;
  --textTertiary: 255 255 255;
}

.theme-zephyrs {
  --primary: 30 25 26;
  --textPrimary: 255 255 255;
  --banner: 30 25 26;
  --textBanner: 255 255 255;
  --secondary: 223 18 26;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-rebellion {
  --primary: 75 1 1;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 75 1 1;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-spitfires {
  --primary: 2 149 26;
  --textPrimary: 255 255 255;
  --banner: 1 1 1;
  --textBanner: 255 255 255;
  --secondary: 2 149 26;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-chiefs {
  --primary: 3 41 90;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 3 41 90;
  --textSecondary: 255 255 255;
  --tertiary: 231 141 16;
  --textTertiary: 0 0 0;
}

.theme-maroons {
  --primary: 135 53 75;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 135 53 75;
  --textSecondary: 255 255 255;
  --tertiary: 231 141 16;
  --textTertiary: 0 0 0;
}

.theme-les-etoiles-du-nord {
  --primary: 4 65 26;
  --textPrimary: 255 255 255;
  --banner: 252 205 1;
  --textBanner: 4 65 26;
  --secondary: 4 65 26;
  --textSecondary: 255 255 255;
  --tertiary: 252 205 1;
  --textTertiary: 4 65 26;
}

.theme-shame-on-ice {
  --primary: 0 0 40;
  --textPrimary: 255 255 255;
  --banner: 0 0 40;
  --textBanner: 255 255 255;
  --secondary: 251 69 11;
  --textSecondary: 0 0 40;
  --tertiary: 252 205 1;
  --textTertiary: 0 0 40;
}

.theme-norsemen {
  --primary: 1 118 48;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 1 118 48;
  --textSecondary: 251 190 30;
  --tertiary: 251 190 30;
  --textTertiary: 1 118 48;
}

.theme-jets {
  --primary: 198 14 59;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 198 14 59;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-mastodons {
  --primary: 109 109 118;
  --textPrimary: 255 255 255;
  --banner: 0 0 0;
  --textBanner: 255 255 255;
  --secondary: 109 109 118;
  --textSecondary: 255 255 255;
  --tertiary: 145 17 22;
  --textTertiary: 255 255 255;
}

.theme-spartans {
  --primary: 40 40 40;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 40 40 40;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-leafs {
  --primary: 234 216 180;
  --textPrimary: 0 0 0;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 177 65 71;
  --textSecondary: 255 255 255;
  --tertiary: 6 7 7;
  --textTertiary: 255 255 255;
}

.theme-mosquitos {
  --primary: 160 40 54;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 160 40 54;
  --textSecondary: 255 255 255;
  --tertiary: 234 216 180;
  --textTertiary: 0 0 0;
}

.theme-capitols {
  --primary: 7 50 28;
  --textPrimary: 255 255 255;
  --banner: 7 50 28;
  --textBanner: 0 0 0;
  --secondary: 7 50 28;
  --textSecondary: 255 255 255;
  --tertiary: 205 181 134;
  --textTertiary: 0 0 0;
}

.theme-warriors {
  --primary: 205 0 1;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 205 0 1;
  --textSecondary: 245 245 245;
  --tertiary: 144 144 144;
  --textTertiary: 0 0 0;
}

.theme-grizzlies {
  --primary: 76 14 13;
  --textPrimary: 255 255 255;
  --banner: 76 14 13;
  --textBanner: 255 255 255;
  --secondary: 205 0 1;
  --textSecondary: 245 245 245;
  --tertiary: 144 144 144;
  --textTertiary: 0 0 0;
}

.theme-miners {
  --primary: 99 152 252;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 99 152 252;
  --textSecondary: 245 245 245;
  --tertiary: 144 144 144;
  --textTertiary: 0 0 0;
}

.theme-team-america {
  --primary: 10 42 110;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 10 42 110;
  --textSecondary: 228 171 68;
  --tertiary: 228 171 57;
  --textTertiary: 0 0 0;
}

.theme-growlers {
  --primary: 0 0 0;
  --textPrimary: 255 255 255;
  --banner: 0 0 0;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-mad-dogs {
  --primary: 23 23 23;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 23 23 23;
  --secondary: 23 23 23;
  --textSecondary: 255 255 255;
  --tertiary: 161 158 151;
  --textTertiary: 0 0 0;
}

.theme-lakers {
  --primary: 39 80 162;
  --textPrimary: 240 180 72;
  --banner: 255 255 255;
  --textBanner: 39 80 162;
  --secondary: 39 80 162;
  --textSecondary: 240 180 72;
  --tertiary: 161 158 151;
  --textTertiary: 0 0 0;
}

.theme-capitals {
  --primary: 13 55 31;
  --textPrimary: 255 255 255;
  --banner: 13 55 31;
  --textBanner: 255 255 255;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 112 124 104;
  --textTertiary: 0 0 0;
}

.theme-dusty-penguins {
  --primary: 121 16 13;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 35 161 209;
  --textSecondary: 255 255 255;
  --tertiary: 51 49 53;
  --textTertiary: 255 255 255;
}

.theme-kodiaks {
  --primary: 164 21 27;
  --textPrimary: 255 255 255;
  --banner: 207 211 212;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 131 109 70;
  --textTertiary: 0 0 0;
}

.theme-nordiques {
  --primary: 218 40 28;
  --textPrimary: 250 233 229;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 218 40 28;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}


.theme-lumberjacks {
  --primary: 106 20 31;
  --textPrimary: 255 255 255;
  --banner: 106 20 31;
  --textBanner: 255 255 255;
  --secondary: 218 40 28;
  --textSecondary: 0 0 0;
  --tertiary: 81 122 74;
  --textTertiary: 0 0 0;
}

.theme-piranhas {
  --primary: 181 22 54;
  --textPrimary: 255 255 255;
  --banner: 181 22 54;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-outlaws {
  --primary: 25 40 169;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-venom {
  --primary: 198 51 44;
  --textPrimary: 255 255 255;
  --banner: 198 51 44;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-swamp-monsters {
  --primary: 37 103 50;
  --textPrimary: 255 255 255;
  --banner: 16 21 41;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-summit-stout {
  --primary: 21 83 40;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 21 83 40;
  --secondary: 67 139 72;
  --textSecondary: 255 255 255;
  --tertiary: 179 182 91;
  --textTertiary: 0 0 0;
}

.theme-ice-hogs {
  --primary: 174 72 73;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 39 23 21;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-jackalopes {
  --primary: 213 134 78;
  --textPrimary: 5 4 4;
  --banner: 5 4 4;
  --textBanner: 213 134 78;
  --secondary: 5 4 4;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-jackalopes {
  --primary: 213 134 78;
  --textPrimary: 5 4 4;
  --banner: 5 4 4;
  --textBanner: 213 134 78;
  --secondary: 5 4 4;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-zephyrs-b3 {
  --primary: 227 29 44;
  --textPrimary: 255 255 255;
  --banner: 35 31 32;
  --textBanner: 255 255 255;
  --secondary: 35 31 32;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-ligers {
  --primary: 222 165 78;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 23 18 13;
  --secondary: 23 18 13;
  --textSecondary: 255 255 255;
  --tertiary: 0 0 0;
  --textTertiary: 255 255 255;
}

.theme-wild {
  --primary: 19 81 60;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 23 18 13;
  --secondary: 153 49 49;
  --textSecondary: 255 255 255;
  --tertiary: 220 182 47;
  --textTertiary: 0 0 0;
}

.theme-rack-attack {
  --primary: 186 169 143;
  --textPrimary: 0 0 0;
  --banner: 20 20 21;
  --textBanner: 186 169 143;
  --secondary: 20 20 21;
  --textSecondary: 255 255 255;
  --tertiary: 220 182 47;
  --textTertiary: 0 0 0;
}

.theme-leftovers {
  --primary: 5 4 4;
  --textPrimary: 250 134 73;
  --banner: 5 4 4;
  --textBanner: 250 134 73;
  --secondary: 250 134 73;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-youngbloods {
  --primary: 227 27 53;
  --textPrimary: 255 255 255;
  --banner: 227 27 53;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-nordiques {
  --primary: 227 27 53;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 227 27 53;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-chaos {
  --primary: 237 192 60;
  --textPrimary: 45 41 31;
  --banner: 255 255 255;
  --textBanner: 45 41 31;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-barons {
  --primary: 187 35 36;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-battle-cats {
  --primary: 34 77 123;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 34 77 123;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-monster-squad {
  --primary: 208 28 131;
  --textPrimary: 255 255 255;
  --banner: 0 0 0;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-river-pirates {
  --primary: 34 28 25;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 34 28 25;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-phantoms {
  --primary: 6 5 6;
  --textPrimary: 185 102 61;
  --banner: 6 5 6;
  --textBanner: 185 102 61;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-minnesota-loons {
  --primary: 16 98 182;
  --textPrimary: 231 232 224;
  --banner: 255 255 255;
  --textBanner: 16 98 182;
  --secondary: 255 255 255;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-landsharks {
  --primary: 194 60 74;
  --textPrimary: 231 232 224;
  --banner: 255 255 255;
  --textBanner: 25 39 84;
  --secondary: 25 39 84;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-ice-breakers {
  --primary: 152 47 52;
  --textPrimary: 231 232 224;
  --banner: 255 255 255;
  --textBanner: 48 53 73;
  --secondary: 48 53 73;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-yellow-jackets {
  --primary: 207 150 47;
  --textPrimary: 4 4 4;
  --banner: 4 4 4;
  --textBanner: 207 150 47;
  --secondary: 4 4 4;
  --textSecondary: 207 150 47;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-fighting-walleye {
  --primary: 36 50 58;
  --textPrimary: 233 239 233;
  --banner: 36 50 58;
  --textBanner: 233 239 233;
  --secondary: 72 158 238;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-maroons-black {
  --primary: 97 1 15;
  --textPrimary: 255 255 255;
  --banner: 97 1 15;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-fighting-ice-fish {
  --primary: 50 40 198;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 50 40 198;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-wolf-rayets-c2 {
  --primary: 45 61 146;
  --textPrimary: 255 255 255;
  --banner: 45 61 146;
  --textBanner: 255 255 255;
  --secondary: 139 43 31;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-anchors {
  --primary: 0 141 135;
  --textPrimary: 255 255 255;
  --banner: 0 141 135;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-pirates {
  --primary: 13 69 178;
  --textPrimary: 255 255 255;
  --banner: 13 69 178;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-moose-black {
  --primary: 20 155 175;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-moose {
  --primary: 1 74 47;
  --textPrimary: 255 255 255;
  --banner: 1 74 47;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-maroons-white {
  --primary: 136 52 75;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-wildcats {
  --primary: 16 12 11;
  --textPrimary: 254 164 42;
  --banner: 16 12 11;
  --textBanner: 254 164 42;
  --secondary: 254 164 42;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-pines {
  --primary: 0 134 64;
  --textPrimary: 255 255 255;
  --banner: 0 134 64;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-marauders {
  --primary: 0 0 0;
  --textPrimary: 255 255 255;
  --banner: 0 0 0;
  --textBanner: 255 255 255;
  --secondary: 218 32 43;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-gold-rush {
  --primary: 253 190 0;
  --textPrimary: 0 0 0;
  --banner: 253 190 0;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-fighting-walleye-black {
  --primary: 36 50 58;
  --textPrimary: 233 239 233;
  --banner: 36 50 58;
  --textBanner: 233 239 233;
  --secondary: 72 158 238;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-kan-jammers {
  --primary: 1 75 150;
  --textPrimary: 255 255 255;
  --banner: 1 75 150;
  --textBanner: 255 255 255;
  --secondary: 195 123 49;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-black-ice {
  --primary: 36 24 26;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 253 200 22;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-wildcats-c3 {
  --primary: 16 12 11;
  --textPrimary: 254 164 42;
  --banner: 16 12 11;
  --textBanner: 254 164 42;
  --secondary: 254 164 42;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-nordeasters {
  --primary: 0 139 80;
  --textPrimary: 255 255 255;
  --banner: 35 31 32;
  --textBanner: 255 255 255;
  --secondary: 255 205 33;
  --textSecondary: 0 0 0;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-mn-mallards {
  --primary: 3 103 41;
  --textPrimary: 255 255 255;
  --banner: 3 103 41;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-spiders {
  --primary: 254 10 2;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-blade-runners {
  --primary: 32 30 31;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 192 39 60;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-bold-north {
  --primary: 214 46 46;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-knights {
  --primary: 3 3 3;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 3 3 3;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-ice-sages {
  --primary: 164 52 68;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-sharks-with-frickin-lasers {
  --primary: 54 52 53;
  --textPrimary: 255 255 255;
  --banner: 54 52 53;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-ice-cobras {
  --primary: 0 74 147;
  --textPrimary: 255 255 255;
  --banner: 0 74 147;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-hooligans {
  --primary: 1 134 55;
  --textPrimary: 255 255 255;
  --banner: 0 2 2;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-northern-horde {
  --primary: 105 27 23;
  --textPrimary: 255 255 255;
  --banner: 105 27 23;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-wood-knocks {
  --primary: 0 0 0;
  --textPrimary: 148 220 209;
  --banner: 15 24 39;
  --textBanner: 148 220 209;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-fighting-loons-red {
  --primary: 226 41 55;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 233 182 182;
  --textSecondary: 0 0 0;
  --tertiary: 266 22 30;
  --textTertiary: 255 255 255;
}

.theme-wolf-rayets-d1 {
  --primary: 45 61 146;
  --textPrimary: 255 255 255;
  --banner: 45 61 146;
  --textBanner: 255 255 255;
  --secondary: 139 43 31;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-renegades {
  --primary: 1 120 176;
  --textPrimary: 255 255 255;
  --banner: 1 120 176;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-grey-ducks {
  --primary: 110 110 110;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-minnesota-pines {
  --primary: 0 134 64;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-hussars {
  --primary: 244 37 47;
  --textPrimary: 255 255 255;
  --banner: 255 255 255;
  --textBanner: 0 0 0;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-bold-north-d2 {
  --primary: 159 19 17;
  --textPrimary: 246 241 242;
  --banner: 159 19 17;
  --textBanner: 246 241 242;
  --secondary: 30 30 31;
  --textSecondary: 30 30 31;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-default {
  --primary: 254 164 42;
  --textPrimary: 255 255 255;
  --banner: 13 69 178;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}

.theme-default {
  --primary: 254 164 42;
  --textPrimary: 255 255 255;
  --banner: 13 69 178;
  --textBanner: 255 255 255;
  --secondary: 0 0 0;
  --textSecondary: 255 255 255;
  --tertiary: 255 255 255;
  --textTertiary: 0 0 0;
}