@font-face { font-family: Oswald; font-weight: 400; font-style: normal; font-display: swap; src: url("https://themes.fourthwall.com/themes/fonts/woff2/oswald_n4.woff2") format("woff2"), url("https://themes.fourthwall.com/themes/fonts/ttf/oswald_n4.ttf") format("ttf"); } @font-face { font-family: Oswald; font-weight: 700; font-style: normal; font-display: swap; src: url("https://themes.fourthwall.com/themes/fonts/woff2/oswald_n7.woff2") format("woff2"), url("https://themes.fourthwall.com/themes/fonts/ttf/oswald_n7.ttf") format("ttf"); } @font-face { font-family: Tanker; font-weight: 400; font-style: normal; font-display: swap; src: url("https://themes.fourthwall.com/themes/fonts/woff2/tanker_n4.woff2") format("woff2"), url("https://themes.fourthwall.com/themes/fonts/ttf/tanker_n4.ttf") format("ttf"); } :root { color-scheme: light; --font-family-body: Oswald, sans-serif; --font-weight-400: 400; --font-weight-600: 700; --font-style-body: normal; --font-style-bold: normal; --font-family-base-name: Oswald;--font-family-base-url: https://themes.fourthwall.com/themes/fonts/woff2/oswald_n4.woff2;--font-family-base-url-ttf: https://themes.fourthwall.com/themes/fonts/ttf/oswald_n4.ttf; --font-family-heading: Tanker, serif; --font-weight-heading: 400; --font-style-heading: normal; --font-weight-420: 400; --font-weight-440: 400; --font-weight-460: 400; --text-transform-body: none; --text-transform-heading: none; --logo-width: 130px; --bg-primary: #444444; --bg-primary-hover: #4d4d4d; --bg-primary-active: #535252; --bg-primary-invert: #961717; --bg-secondary: #4d4d4d; --bg-secondary-hover: #535252; --bg-secondary-active: #5a5959; --bg-tertiary: #535252; --bg-tertiary-hover: #5a5959; --bg-tertiary-active: #797777; --bg-quaternary: #797777; --bg-quaternary-hover: #959292; --bg-quaternary-active: #aca9a9; --bg-critical: #e12020; --text-critical: #e12020; --text-primary: #ebe5e5; --text-primary-invert: #d1cfcf; --text-secondary: #aca9a9; --text-secondary-invert: #797777; --border-primary: #797777; --border-primary-hover: #959292; --border-secondary: #5a5959; --border-secondary-hover: #797777; --border-tertiary: #4d4d4d; --border-tertiary-hover: #535252; --border-active: #ebe5e5; --border-active-invert: #444444; --icon-primary: #ebe5e5; --icon-primary-invert: #d1cfcf; --icon-secondary: #aca9a9; --input-bg: #444444; --input-border: #797777; --input-border-hover: #aca9a9; --input-border-active: #ebe5e5; --bg-transparent: rgba(251, 245, 245, 0.05); --bg-transparent-strong: rgba(251, 245, 245, 0.08); --bg-transparent-strongest: rgba(251, 245, 245, 0.12); --bg-highlight: rgba(251, 245, 245, 0.05); --bg-highlight-hover: rgba(251, 245, 245, 0.08); --bg-highlight-active: rgba(251, 245, 245, 0.12); --bg-transparent-blur-base: rgba(68, 68, 68, 0.9); --border-transparent: rgba(251, 245, 245, 0.1); --border-transparent-strong: rgba(251, 245, 245, 0.12); --border-transparent-strongest: rgba(251, 245, 245, 0.16); --bg-brand: #961717; --bg-brand-hover: #6a1010; --bg-brand-active: #3e0909; --icon-on-brand: #d1cfcf; --icon-brand-secondary: #110303; --icon-link: #961717; --text-link: #961717; --text-link-secondary: #110303; --input-radius-normal: 1px; --image-radius-normal: 0px; --panel-radius-normal: 1px; --button-radius-normal: 0px 0px 0px 0px; }@supports (color: light-dark(#fff, #000)) { :root #app-checkout, :root #app-order-status, :root #app-donation, :root #app-contact { color-scheme: light dark; --bg-primary: light-dark(#ffffff, #000000); --bg-primary-hover: light-dark(#f2f2f2, #0d0d0d); --bg-primary-active: light-dark(#ebebeb, #141414); --bg-primary-invert: light-dark(#000000, #ffffff); --bg-secondary: light-dark(#f2f2f2, #0d0d0d); --bg-secondary-hover: light-dark(#ebebeb, #141414); --bg-secondary-active: light-dark(#e0e0e0, #1f1f1f); --bg-tertiary: light-dark(#ebebeb, #141414); --bg-tertiary-hover: light-dark(#e0e0e0, #1f1f1f); --bg-tertiary-active: light-dark(#b5b5b5, #4a4a4a); --bg-quaternary: light-dark(#b5b5b5, #4a4a4a); --bg-quaternary-hover: light-dark(#8f8f8f, #707070); --bg-quaternary-active: light-dark(#6e6e6e, #919191); --bg-critical: #e12020; --text-critical: #e12020; --text-primary: light-dark(#171717, #e8e8e8); --text-primary-invert: light-dark(#ffffff, #000000); --text-secondary: light-dark(#6e6e6e, #919191); --text-secondary-invert: light-dark(#b5b5b5, #4a4a4a); --border-primary: light-dark(#b5b5b5, #4a4a4a); --border-primary-hover: light-dark(#8f8f8f, #707070); --border-secondary: light-dark(#e0e0e0, #1f1f1f); --border-secondary-hover: light-dark(#b5b5b5, #4a4a4a); --border-tertiary: light-dark(#f2f2f2, #0d0d0d); --border-tertiary-hover: light-dark(#ebebeb, #141414); --border-active: light-dark(#171717, #e8e8e8); --border-active-invert: light-dark(#ffffff, #000000); --icon-primary: light-dark(#171717, #e8e8e8); --icon-primary-invert: light-dark(#ffffff, #000000); --icon-secondary: light-dark(#6e6e6e, #919191); --input-bg: light-dark(#ffffff, #000000); --input-border: light-dark(#b5b5b5, #4a4a4a); --input-border-hover: light-dark(#6e6e6e, #919191); --input-border-active: light-dark(#171717, #e8e8e8); --bg-transparent: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05)); --bg-transparent-strong: light-dark(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08)); --bg-transparent-strongest: light-dark(rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0.12)); --bg-highlight: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05)); --bg-highlight-hover: light-dark(rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08)); --bg-highlight-active: light-dark(rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0.12)); --bg-transparent-blur-base: light-dark(rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0.9)); --border-transparent: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1)); --border-transparent-strong: light-dark(rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0.12)); --border-transparent-strongest: light-dark(rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16)); --bg-brand: light-dark(#000000, #ffffff); --bg-brand-hover: light-dark(black, #e6e6e6); --bg-brand-active: light-dark(black, #cccccc); --icon-on-brand: light-dark(#ffffff, #000000); --icon-brand-secondary: light-dark(black, #b3b3b3); --icon-link: light-dark(#000000, #ffffff); --text-link: light-dark(#000000, #ffffff); --text-link-secondary: light-dark(black, #b3b3b3); } }