/**
* The value applied html font-size, setting the base rem size and scaling all
* core-ui components. core-ui uses 10px by default.
*
* 720x1280 => 1280 / 100 * 0.9375 => 12px (1.2x scaling)
* 1080 => 1920 / 100 * 0.9375 => 18px (1.8x scaling)
*
* Our design team has decided that a font-size value of 18px was most optimal
* for font legibility at far distances.
*/
export declare const ROOT_FONT_SIZE_VW = 0.9375;
//# sourceMappingURL=config.d.ts.map