/*

	General.css
	Themes start here.
	This file is for one-off/small themes(<50 lines of css)
	Once the theme has grown to over 50 lines please separate it into another file of it's own.

	Only place these attributes in a theme:
		- color
		- background
		- *-color
		- font-*
		- Any attribute that does not affect spacing but does affect visual appearance
		- DO NOT PUT THE FOLLOWING: margin, padding, border, height, width

	docs: https://smacss.com/book/type-theme
*/

#esport-team {
	font-size: 12px;
}