:root body.theme-light {
	--bg: #ffffff;
	--bg-2: #f0f0f0;
	--bg-3: #000;
	--tt: #161616;
	--tt-sub: #999;
	--tt-contrast: #fff;
	--accent: #f30745;
	--accent-darker: #d84231;
	--ui-bg: #fff;
	--ui-bg-darker: #f0f0f0;
	--ui-bg-accent: #333;
	--ui-text-color-on-accent: #fff;
}

/* RESET, BASIC UI SETTINGS
----------------------------------------------- */
body.theme-light {color: var(--tt); background: #333856 url(../images/bg-0.jpg) center top / cover fixed no-repeat;}
body.theme-light a {color: var(--tt);}
body.theme-light a:hover, body.theme-light a:focus {color: var(--accent);}
body.theme-light ::selection {background: #ff0000; color: #fff;}
body.theme-light button, body.theme-light .btn, body.theme-light input[type="button"], body.theme-light input[type="reset"], body.theme-light input[type="submit"], body.theme-light .form__btn, 
body.theme-light .qq-upload-button, body.theme-light .pm__links a, body.theme-light .usp__btn a {background-color: var(--accent); color:#fff; box-shadow: none;}
body.theme-light button:hover, body.theme-light .btn:hover, body.theme-light input[type="button"]:hover, body.theme-light input[type="reset"]:hover, body.theme-light input[type="submit"]:hover, 
body.theme-light .form__btn:hover, body.theme-light .qq-upload-button:hover, body.theme-light .pm__links a:hover, .usp__btn a:hover {background-color: var(--accent-darker); color: #fff;}
body.theme-light button:active, body.theme-light input[type="button"]:active, body.theme-light input[type="submit"]:active {box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
body.theme-light .color-btn, [class*=fr], body.theme-light [class*=plyr], body.theme-light [class*=owl-], body.theme-light [id*=mceu] {box-shadow: none; background: none;}
body.theme-light select:not([multiple]) {background-image: url(../dleimages/chevron.svg);}
body.theme-light input[type="text"], body.theme-light input[type="password"], body.theme-light select, body.theme-light textarea {background-color: #fff; color: #000; box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0,0,0,0.1);}
body.theme-light input[type="text"]:focus, body.theme-light input[type="password"]:focus, body.theme-light textarea:focus {box-shadow: inset 0 0 0 1px var(--accent), inset 1px 2px 5px rgba(0,0,0,0.1);}
body.theme-light input::placeholder, body.theme-light textarea::placeholder {color: #000; opacity: 0.4;} 
body.theme-light input:focus::placeholder, body.theme-light textarea:focus::placeholder {color: transparent}
body.theme-light .btn-fedback:hover {color: #fff !important;}