Theme - Part 01
**Source path:** FFTAC/wp-content/themes/fftac-who-we-are/theme.json
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{ "slug": "fftac-black", "name": "FFTAC Black", "color": "#030303" },
{ "slug": "fftac-white", "name": "FFTAC White", "color": "#f8f4eb" },
{ "slug": "fftac-red", "name": "FFTAC Red", "color": "#b40018" },
{ "slug": "fftac-crimson", "name": "FFTAC Crimson", "color": "#5c000b" },
{ "slug": "fftac-green", "name": "FFTAC Green", "color": "#15ff00" },
{ "slug": "fftac-yellow", "name": "FFTAC Yellow", "color": "#fff400" }
]
},
"layout": {
"contentSize": "930px",
"wideSize": "1180px"
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Georgia, 'Times New Roman', Times, serif",
"slug": "fftac-serif",
"name": "FFTAC Serif"
},
{
"fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
"slug": "fftac-system",
"name": "FFTAC System"
}
]
}
},
"styles": {
"color": {
"background": "#030303",
"text": "#f8f4eb"
},
"typography": {
"fontFamily": "var:preset|font-family|fftac-system"
},
"elements": {
"heading": {
"typography": {
"fontFamily": "var:preset|font-family|fftac-serif"
}
},
"link": {
"color": {
"text": "#f8f4eb"
}
}
}
}
}