public LayoutConfig()
{
    FontSize = new FontScale()
    {
        Xs = "0.75rem",
        Sm = "0.875rem",
        Md = "1rem",
        Lg = "1.125rem"
    };
    // ...
}