/* ----------------------------------------------------------------------------------------------------
-- THEME VARIABLES
-- To change the theme's base theme just edit the values below.
-- The primary color is in a separate file!
--
-- NOTE: You can use rgb() or rgba() in place of a hex color
-- Ex: rgba( 209, 67, 67, 1 )
-- Values of rgb are 0 - 255 and value of a is 0 - 1
---------------------------------------------------------------------------------------------------- */
:root {
	--bg-primary: #000000;									/* The background color */
	--bg-secondary: #101010;								/* Section / box colors */
	--bg-divider: #ffffff1a;								/* Divider color (horizontal lines in releases and schedule box) */

	--font-primary: #ffffff;								/* Base font color, mostly unused */
	--font-soft-primary: #efefef;							/* The color for most regular fonts */
	--font-soft-invert: #101010;							/* Inverse of soft-primary, mostly for quality tags in releases */

	--resolution-tag: #efefef;								/* Box color for resolution tags in the releases section */

	--selection-bg: #ffffff;								/* Selection box color */
	--selection-color: #000000;								/* Selection content color (text) */

	--dropshadow-color: #000000;							/* Section box dropshadow color */
}