123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- {
- "$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"
- }
- }
- }
- }
- }
- }
|