12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058 |
- {
- "settings": {
- "appearanceTools": true,
- "blocks": {
- "core/navigation": {
- "appearanceTools": true,
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#c1c1c1",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#000000",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#000000",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#000000",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#d6d6d6",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "layout": {
- "definitions": {
- "constrained": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important",
- "max-width": "var(--wp--style--global--content-size)"
- },
- "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
- },
- {
- "rules": {
- "max-width": "var(--wp--style--global--wide-size)"
- },
- "selector": " > .alignwide"
- }
- ],
- "className": "is-layout-constrained",
- "name": "constrained",
- "slug": "constrained",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "default": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- }
- ],
- "className": "is-layout-flow",
- "name": "default",
- "slug": "flow",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "flex": {
- "baseStyles": [
- {
- "rules": {
- "align-items": "center",
- "flex-wrap": "wrap"
- }
- },
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-flex",
- "displayMode": "flex",
- "name": "flex",
- "slug": "flex"
- },
- "grid": {
- "baseStyles": [
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-grid",
- "displayMode": "grid",
- "name": "grid",
- "slug": "grid"
- }
- }
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 7,
- "unit": "rem"
- },
- "spacingSizes": [],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/anonymous-pro_normal_400.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/anonymous-pro_italic_400.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/anonymous-pro_normal_700.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/anonymous-pro_italic_700.ttf"
- ]
- }
- ],
- "fontFamily": "Anonymous Pro",
- "slug": "anonymous-pro"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.0625rem",
- "min": "0.825rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.25rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.5rem"
- },
- "name": "Extra Large",
- "size": "3rem",
- "slug": "x-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- }
- },
- "color": {
- "background": true,
- "custom": true,
- "customDuotone": true,
- "customGradient": true,
- "defaultDuotone": true,
- "defaultGradients": true,
- "defaultPalette": true,
- "duotone": [],
- "gradients": [],
- "palette": [
- {
- "color": "#c1c1c1",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#000000",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "#000000",
- "name": "Primary",
- "slug": "primary"
- },
- {
- "color": "#000000",
- "name": "Secondary",
- "slug": "secondary"
- },
- {
- "color": "#d6d6d6",
- "name": "Tertiary",
- "slug": "tertiary"
- }
- ],
- "text": true
- },
- "layout": {
- "contentSize": "620px",
- "definitions": {
- "constrained": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important",
- "max-width": "var(--wp--style--global--content-size)"
- },
- "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))"
- },
- {
- "rules": {
- "max-width": "var(--wp--style--global--wide-size)"
- },
- "selector": " > .alignwide"
- }
- ],
- "className": "is-layout-constrained",
- "name": "constrained",
- "slug": "constrained",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "default": {
- "baseStyles": [
- {
- "rules": {
- "float": "left",
- "margin-inline-end": "2em",
- "margin-inline-start": "0"
- },
- "selector": " > .alignleft"
- },
- {
- "rules": {
- "float": "right",
- "margin-inline-end": "0",
- "margin-inline-start": "2em"
- },
- "selector": " > .alignright"
- },
- {
- "rules": {
- "margin-left": "auto !important",
- "margin-right": "auto !important"
- },
- "selector": " > .aligncenter"
- }
- ],
- "className": "is-layout-flow",
- "name": "default",
- "slug": "flow",
- "spacingStyles": [
- {
- "rules": {
- "margin-block-end": "0",
- "margin-block-start": "0"
- },
- "selector": " > *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > * + *"
- },
- {
- "rules": {
- "margin-block-end": "0"
- },
- "selector": " > *"
- }
- ]
- },
- "flex": {
- "baseStyles": [
- {
- "rules": {
- "align-items": "center",
- "flex-wrap": "wrap"
- }
- },
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-flex",
- "displayMode": "flex",
- "name": "flex",
- "slug": "flex"
- },
- "grid": {
- "baseStyles": [
- {
- "rules": {
- "margin": "0"
- },
- "selector": " > *"
- }
- ],
- "className": "is-layout-grid",
- "displayMode": "grid",
- "name": "grid",
- "slug": "grid"
- }
- },
- "wideSize": "1000px"
- },
- "shadow": {
- "defaultPresets": true,
- "presets": []
- },
- "spacing": {
- "customSpacingSize": true,
- "spacingScale": {
- "increment": 1.5,
- "mediumStep": 1.5,
- "operator": "*",
- "steps": 7,
- "unit": "rem"
- },
- "spacingSizes": [],
- "units": [
- "%",
- "px",
- "em",
- "rem",
- "vh",
- "vw"
- ]
- },
- "typography": {
- "customFontSize": true,
- "dropCap": true,
- "fluid": true,
- "fontFamilies": [
- {
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
- "name": "System Font",
- "slug": "system-font"
- },
- {
- "fontFace": [
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "normal",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/anonymous-pro_normal_400.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "italic",
- "fontWeight": "400",
- "src": [
- "file:./assets/fonts/anonymous-pro_italic_400.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "normal",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/anonymous-pro_normal_700.ttf"
- ]
- },
- {
- "fontFamily": "Anonymous Pro",
- "fontStyle": "italic",
- "fontWeight": "700",
- "src": [
- "file:./assets/fonts/anonymous-pro_italic_700.ttf"
- ]
- }
- ],
- "fontFamily": "Anonymous Pro",
- "slug": "anonymous-pro"
- }
- ],
- "fontSizes": [
- {
- "fluid": {
- "max": "1.0625rem",
- "min": "0.825rem"
- },
- "name": "Small",
- "size": "1rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.25rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1.125rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Large",
- "size": "1.75rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.5rem"
- },
- "name": "Extra Large",
- "size": "3rem",
- "slug": "x-large"
- }
- ],
- "fontStyle": true,
- "fontWeight": true,
- "letterSpacing": true,
- "textDecoration": true,
- "textTransform": true
- },
- "useRootPaddingAwareAlignments": true
- },
- "styles": {
- "blocks": {
- "core/button": {
- "border": {
- "bottom": {
- "style": "none",
- "width": "0px"
- },
- "left": {
- "style": "none",
- "width": "0px"
- },
- "radius": "0px",
- "right": {
- "style": "none",
- "width": "0px"
- },
- "top": {
- "style": "none",
- "width": "0px"
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- },
- "variations": {
- "outline": {
- "border": {
- "bottom": {
- "color": "var:preset|color|contrast",
- "style": "solid",
- "width": "1px"
- },
- "left": {
- "color": "var:preset|color|contrast",
- "style": "solid",
- "width": "1px"
- },
- "right": {
- "color": "var:preset|color|contrast",
- "style": "solid",
- "width": "1px"
- },
- "top": {
- "color": "var:preset|color|contrast",
- "style": "solid",
- "width": "1px"
- }
- }
- }
- }
- },
- "core/code": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "radius": "0.25rem",
- "style": "solid",
- "width": "2px"
- },
- "spacing": {
- "padding": {
- "bottom": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--50)",
- "right": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontFamily": "monospace"
- }
- },
- "core/comment-author-name": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-date": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-edit-link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/comment-reply-link": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "core/gallery": {
- "spacing": {
- "margin": {
- "bottom": "var(--wp--preset--spacing--50)"
- }
- }
- },
- "core/heading": {
- "typography": {
- "fontSize": "0.75rem",
- "fontStyle": "normal",
- "fontWeight": "700",
- "textTransform": "uppercase"
- }
- },
- "core/list": {
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--70)"
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/navigation": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "blockGap": "0px"
- },
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/paragraph": {
- "typography": {
- "fontSize": "0.75rem",
- "letterSpacing": "0px",
- "textTransform": "uppercase"
- }
- },
- "core/post-author-name": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- }
- },
- "core/post-date": {
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/post-navigation-link": {
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/post-terms": {
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/post-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "spacing": {
- "margin": {
- "bottom": "0"
- }
- },
- "typography": {
- "fontSize": "0.75rem"
- }
- },
- "core/pullquote": {
- "border": {
- "color": "var(--wp--preset--color--contrast)",
- "style": "solid",
- "width": "1px 0"
- },
- "spacing": {
- "padding": {
- "bottom": "var(--wp--preset--spacing--50)",
- "left": "var(--wp--preset--spacing--50)",
- "right": "var(--wp--preset--spacing--50)",
- "top": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "fontStyle": "normal",
- "fontWeight": "400",
- "textTransform": "uppercase"
- }
- },
- "core/query-pagination": {
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/query-title": {
- "typography": {
- "fontSize": "0.75rem"
- }
- },
- "core/quote": {
- "border": {
- "color": "var(--wp--preset--color--primary)",
- "style": "solid",
- "width": "0 0 0 1px"
- },
- "spacing": {
- "padding": {
- "left": "var(--wp--preset--spacing--50)"
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "fontStyle": "normal",
- "fontWeight": "400",
- "textTransform": "uppercase"
- }
- },
- "core/search": {
- "typography": {
- "fontSize": "0.75rem",
- "lineHeight": "1.6",
- "textTransform": "uppercase"
- }
- },
- "core/separator": {
- "border": {
- "color": "currentColor",
- "style": "solid",
- "width": "0 0 1px 0"
- },
- "color": {
- "text": "var(--wp--preset--color--contrast)"
- }
- },
- "core/site-tagline": {
- "typography": {
- "fontSize": "0.75rem",
- "textTransform": "uppercase"
- }
- },
- "core/site-title": {
- "elements": {
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "underline"
- }
- },
- "typography": {
- "textDecoration": "none"
- }
- }
- },
- "typography": {
- "fontSize": "0.75rem",
- "fontStyle": "italic",
- "fontWeight": "400",
- "textTransform": "uppercase"
- }
- }
- },
- "color": {
- "background": "var(--wp--preset--color--base)",
- "text": "var(--wp--preset--color--contrast)"
- },
- "elements": {
- "button": {
- ":active": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- }
- },
- ":focus": {
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- },
- "outline": {
- "color": "var(--wp--preset--color--primary)",
- "offset": "2px",
- "style": "dotted",
- "width": "1px"
- }
- },
- ":hover": {
- "color": {
- "background": "var(--wp--preset--color--secondary)",
- "text": "var(--wp--preset--color--base)"
- }
- },
- "border": {
- "radius": "0.25rem"
- },
- "color": {
- "background": "var(--wp--preset--color--primary)",
- "text": "var(--wp--preset--color--base)"
- },
- "typography": {
- "fontSize": "var:preset|font-size|small"
- }
- },
- "h1": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--x-large)"
- }
- },
- "h2": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
- }
- },
- "h3": {
- "typography": {
- "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)"
- }
- },
- "h4": {
- "typography": {
- "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)"
- }
- },
- "h5": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--medium)"
- }
- },
- "h6": {
- "typography": {
- "fontSize": "var(--wp--preset--font-size--small)"
- }
- },
- "heading": {
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--anonymous-pro)",
- "fontWeight": "400",
- "lineHeight": "1.125",
- "textTransform": "uppercase"
- }
- },
- "link": {
- ":hover": {
- "typography": {
- "textDecoration": "none"
- }
- },
- "color": {
- "text": "var(--wp--preset--color--primary)"
- }
- }
- },
- "spacing": {
- "blockGap": "0.3rem",
- "padding": {
- "bottom": "var:preset|spacing|50",
- "left": "var:preset|spacing|50",
- "right": "var:preset|spacing|50",
- "top": "var:preset|spacing|50"
- }
- },
- "typography": {
- "fontFamily": "var:preset|font-family|anonymous-pro",
- "fontSize": "0.75rem",
- "lineHeight": "1.6"
- }
- },
- "templateParts": [
- {
- "area": "header",
- "name": "header"
- },
- {
- "area": "footer",
- "name": "footer"
- }
- ],
- "version": 2,
- "$schema": "https://schemas.wp.org/trunk/theme.json"
- }
|