{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "settings": { "appearanceTools": true, "layout": { "contentSize": "850px", "wideSize": "1340px" }, "color": { "defaultDuotone": false, "defaultGradients": false, "defaultPalette": false, "custom": false, "palette": [ { "color": "#ffffff", "name": "Base", "slug": "base" }, { "color": "#f1f1f1", "name": "Off Base", "slug": "off-base" }, { "color": "#a3b2ca", "name": "Accent 1", "slug": "accent-1" }, { "color": "#19458c", "name": "Accent 2", "slug": "accent-2" }, { "color": "#1d3863", "name": "Accent 3", "slug": "accent-3" }, { "color": "#1c2a40", "name": "Accent 4", "slug": "accent-4" }, { "color": "#dbe3e2", "name": "Accent 5", "slug": "accent-5" }, { "color": "#519c95", "name": "Accent 6", "slug": "accent-6" }, { "color": "#008578", "name": "Accent 7", "slug": "accent-7" }, { "color": "#d9b48f", "name": "Accent 8", "slug": "accent-8" }, { "color": "#870000", "name": "Accent 9", "slug": "accent-9" }, { "color": "#333333", "name": "Accent 10", "slug": "accent-10" }, { "color": "#0a0a0a", "name": "Contrast", "slug": "contrast" }, { "color": "color-mix(in srgb, currentColor 20%, transparent)", "name": "Accent 6", "slug": "accent-6" } ] }, "typography": { "writingMode": true, "defaultFontSizes": false, "fluid": true, "fontSizes": [ { "fluid": false, "name": "Extra Small", "size": "0.875rem", "slug": "x-small" }, { "fluid": false, "name": "Small", "size": "1rem", "slug": "small" }, { "fluid": { "max": "1.3rem", "min": "1.1rem" }, "name": "Medium", "size": "1.2rem", "slug": "medium" }, { "fluid": { "max": "1.375rem", "min": "1.125rem" }, "name": "Large", "size": "1.38rem", "slug": "large" }, { "fluid": { "max": "2rem", "min": "1.75rem" }, "name": "Extra Large", "size": "1.75rem", "slug": "x-large" }, { "fluid": { "max": "3rem", "min": "2.15rem" }, "name": "Extra Extra Large", "size": "2.15rem", "slug": "xx-large" } ], "fontFamilies": [ { "name": "Century Gothic", "slug": "century-gothic", "fontFamily": "Century Gothic, sans-serif", "fontFace": [ { "src": [ "file:./assets/fonts/Century-Gothic.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Century Gothic" }, { "src": [ "file:./assets/fonts/Century-Gothic-Bold.woff2" ], "fontWeight": "700", "fontStyle": "bold", "fontFamily": "Century Gothic" } ] }, { "name": "Berkeley Pro", "slug": "berkeley-pro", "fontFamily": "Berkeley Pro, serif", "fontFace": [ { "src": [ "file:./assets/fonts/BerkeleyPro-Medium.woff2" ], "fontWeight": "400", "fontStyle": "normal", "fontFamily": "Berkeley Pro" }, { "src": [ "file:./assets/fonts/BerkeleyPro-Bold.woff2" ], "fontWeight": "700", "fontStyle": "bold", "fontFamily": "Berkeley Pro" } ] }, { "name": "Fira Code", "slug": "fira-code", "fontFamily": "\"Fira Code\", monospace", "fontFace": [ { "src": [ "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2" ], "fontWeight": "300 700", "fontStyle": "normal", "fontFamily": "\"Fira Code\"" } ] } ] } }, "styles": { "typography": { "fontFamily": "var:preset|font-family|century-gothic", "fontSize": "var:preset|font-size|medium", "fontWeight": "300", "letterSpacing": "0px", "lineHeight": "1.3" }, "elements": { "caption": { "typography": { "fontSize": "var:preset|font-size|medium", "lineHeight": "1.4" } }, "h1": { "typography": { "fontSize": "var:preset|font-size|xx-large" } }, "h2": { "typography": { "fontSize": "var:preset|font-size|x-large" } }, "h3": { "typography": { "fontSize": "var:preset|font-size|large" } }, "h4": { "typography": { "fontSize": "var:preset|font-size|medium" } }, "h5": { "typography": { "fontSize": "var:preset|font-size|small", "letterSpacing": "0.5px" } }, "h6": { "typography": { "fontSize": "var:preset|font-size|small", "fontWeight": "700", "letterSpacing": "1.4px", "textTransform": "uppercase" } }, "heading": { "typography": { "fontWeight": "400", "lineHeight": "1.125", "letterSpacing": "-0.1px" } }, "link": { "color": { "text": "currentColor" }, ":hover": { "typography": { "textDecoration": "none" } } } } } }