:root{
	--ink:            #0a0a08;
	--olive:          #6f7358;
	--olive-deep:     #5e6249;
	--olive-soft:     #7d8164;
	--cream:          #f4f0e2;
	--cream-dim:      #cfd1bd;
	--gold:           #e8c14c;
	--gold-dim:       #cfa93e;
	--track-gray:     #b9bcae;
	--font-display: 'Playfair Display', Georgia, serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

#player {
	background: var(--olive);
	position: fixed;
	bottom: 10px;
	max-width: 500px;
	width: 100%;
}