@charset "UTF-8";:root{--theme-font-primary:Verdana,Arial,sans-serif;--theme-font-secondary:Georgia,Garamond,serif;--theme-font-size:16px;--theme-font-size-small:12px;--theme-font-size-big:20px;--theme-font-weight:normal;--theme-line-height:1.4;--theme-headings-font-weight:normal;--theme-headings-line-height:1.25;--theme-h1-font-size:34px;--theme-h2-font-size:28px;--theme-h3-font-size:24px;--theme-h4-font-size:20px;--theme-h1-font-weight:normal;--theme-h2-font-weight:normal;--theme-h3-font-weight:bold;--theme-h4-font-weight:bold;}body,textarea{font-family:var(--theme-font-primary);font-size:var(--theme-font-size);line-height:var(--theme-line-height);font-weight:var(--theme-font-weight);}small{font-size:var(--theme-font-size-small);}h1,h2,h3,h4,h5,h6{font-family:var(--theme-font-secondary);font-weight:var(--theme-headings-font-weight);line-height:var(--theme-headings-line-height);font-size:var(--theme-font-size);}h1{font-size:var(--theme-h1-font-size);font-weight:var(--theme-h1-font-weight);}h2{font-size:var(--theme-h2-font-size);font-weight:var(--theme-h2-font-weight);}h3{font-family:var(--theme-font-primary);font-size:var(--theme-h3-font-size);font-weight:var(--theme-h3-font-weight);}h4{font-family:var(--theme-font-primary);font-size:var(--theme-h4-font-size);font-weight:var(--theme-h4-font-weight);}h5{font-family:var(--theme-font-primary);}h6{font-family:var(--theme-font-primary);}