/**
 * Fylgja (https://fylgja.dev)
 * Licensed under MIT Open Source
 */
:host {
	--ratio-box: 1;
	--ratio-landscape: 4/3;
	--ratio-portrait: 3/4;
	--ratio-widescreen: 16/9;
	--ratio-superwide: 21/9;
	--ratio-ultrawide: 18/5;
	--ratio-golden: 1.618/1;
}
