const fontComponents: {
family: {
page: {
value: "{font.family.body}";
};
cta: {
value: "{font.family.interactive}";
};
link: {
value: "{font.family.interactive}";
};
input: {
value: "{font.family.interactive}";
};
select: {
value: "{font.family.interactive}";
};
code: {
value: "{font.family.mono}";
};
};
};