@charset "UTF-8";
/*! minireset.css v0.0.5 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }

ul { list-style: none; }

button, input, select, textarea { margin: 0; }

html { box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

img, video { max-width: 100%; height: auto; }

iframe { border: 0; }

table { border-spacing: 0; border-collapse: collapse; }

td, th { padding: 0; text-align: left; }

html { --color--primary: #030303; --color--contrast: #fafafa; font-family: "Tome Sans", sans-serif; scroll-behavior: smooth; color: var(--color--primary); background-color: var(--color--contrast); }

html.invert { --color--contrast: #030303; --color--primary: #fafafa; }

@supports (font-variation-settings: normal) { html { font-family: "Tome Sans Var", "Tome Sans", sans-serif; } }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: var(--color--contrast); }

body.locked { overflow: hidden; }

*, *:before, *:after { box-sizing: border-box; }

h1, h2, h3, h4 { hyphens: auto; }

@media screen and (min-width: 84rem) { h1, h2, h3, h4 { hyphens: unset; } }

blockquote { padding-left: 2rem; opacity: 0.8; border-left: 0.5rem solid var(--color--primary); }

.main { padding-top: 15rem; }

@media screen and (min-width: 36rem) { .main { padding-top: 10rem; } }

.content { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; margin-bottom: 0; }

@media screen and (min-width: 75rem) { .content { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .content { max-width: 84rem; } }

@media screen and (min-width: 36rem) { .content { margin-bottom: 5rem; } }

.content__section { margin-top: -1px; padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid var(--color--primary); }

.content__header--small { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.content--grid { display: grid; grid-column-gap: 1rem; grid-column-gap: 2rem; }

@media screen and (min-width: 36rem) { .content--grid { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.content--grid .content__column { grid-column-end: -1; }

@media screen and (min-width: 36rem) { .content--grid .content__column { grid-column-end: span 9; } }

@media screen and (min-width: 50rem) { .content--grid .content__column { grid-column-end: span 6; } }

@media screen and (min-width: 36rem) { .content--grid .content__column[col='all'] { grid-column-end: span 12; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='1'] { grid-column-end: span 1; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='2'] { grid-column-end: span 2; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='3'] { grid-column-end: span 3; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='4'] { grid-column-end: span 4; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='5'] { grid-column-end: span 5; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='6'] { grid-column-end: span 6; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='7'] { grid-column-end: span 7; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='8'] { grid-column-end: span 8; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='9'] { grid-column-end: span 9; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='10'] { grid-column-end: span 10; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='11'] { grid-column-end: span 11; } }

@media screen and (min-width: 75rem) { .content--grid .content__column[col='12'] { grid-column-end: span 12; } }

.content--composed img { display: block; max-width: calc(100vw - 2rem); margin-bottom: 2rem; }

@media screen and (min-width: 50rem) { .content--composed img { max-width: 100%; } }

.content--composed article { margin-bottom: 4rem; }

.content--composed p { max-width: 65ch; margin-bottom: 1rem; }

.content--composed a { color: inherit; }

.content--composed a:hover { opacity: 0.5; }

.content--composed ul, .content--composed ol { margin-bottom: 1rem; padding-left: 40px; }

.content--composed ul { list-style-type: disc; }

.content--composed h1 { font-size: 3.5rem; font-weight: 800; font-variation-settings: 'wght' 800; line-height: 1; margin-bottom: 3rem; }

@media screen and (min-width: 36rem) { .content--composed h1 { font-size: 4.5rem; } }

@media screen and (min-width: 50rem) { .content--composed h1 { font-size: 9rem; } }

.content--composed h2:not(.story-section__title) { font-size: 3rem; font-weight: 800; font-variation-settings: 'wght' 800; line-height: 1; margin-bottom: 3rem; }

@media screen and (min-width: 36rem) { .content--composed h2:not(.story-section__title) { font-size: 4.5rem; } }

.content--composed h3 { font-size: 1.6rem; margin-bottom: 1rem; opacity: 0.5; }

.content--composed dt { margin-bottom: 1rem; font-style: italic; }

.content--composed dt:before { display: block; content: 'Question'; font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.content--composed dd { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--color--primary); }

.content--composed dd:before { display: block; content: 'Answer'; font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.container { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .container { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .container { max-width: 84rem; } }

.icon { max-width: 3.2ch; margin-right: 1ch; }

.specimen-section, .features-section, .glyphs-section, .buy-section { position: relative; }

.section-anchor { position: absolute; top: -8rem; display: inline-block; width: 1px; height: 1px; }

.support-section-header { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

@font-face { font-family: 'Tome Sans Var'; src: url("https://static.production.df.faculty.net/0a82a8640e9928cbe12437f5a2f64ca21ee5df753a2c1382f3b66650389858e535d936c328defac39ad6de6bb40346ce-2019102003/fonts/tome-sans-var/tome-sans-var.woff2") format("woff2"); font-variation-settings: 'wght' 500, 'slnt' 0; font-weight: 100 900; font-style: normal italic; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/6f8edda29d814ca5b97634280f736fc34e6e5a9c6b9fc0bf745337b573094c50c66376a1193c04aed3e495810b168f2d-2019102003/fonts/tome-sans/Tome-Sans-Book-Italic.woff2") format("woff2"), url("https://static.production.df.faculty.net/3812abcea4d5edc5c345e53bfca2d04fc7688a9cc53f38e6f08f90217bfa967356a6170eb3c67a729a3380022b9f5066-2019102003/fonts/tome-sans/Tome-Sans-Book-Italic.woff") format("woff"); font-weight: normal; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/c9c74156d2853ba3f2b51c02dbb8d9f8800d96ba01107aec0ad9a93bd9b43aa9c1c80c96904df1072d9b28c5366fc0c1-2019102003/fonts/tome-sans/Tome-Sans-Book.woff2") format("woff2"), url("https://static.production.df.faculty.net/72319a63e40f0cd1d6f67d9263d3f0f3c89473b2db8d21541d9780a0ce09f617ad1861841edd46dfd550354b250df8c6-2019102003/fonts/tome-sans/Tome-Sans-Book.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/7390ecf8efe66558b86bc11ff787d309470b9cc8189402b73c39afeb0853da998d4ae1671c8cbbd417e5c888051996d9-2019102003/fonts/tome-sans/Tome-Sans-Bold.woff2") format("woff2"), url("https://static.production.df.faculty.net/b1879835e7a18df1a54a4949957d089c2189f385de6e0d8dd05cf3101b3747010b6709b86ef30d9c705bbe93e3d4ff39-2019102003/fonts/tome-sans/Tome-Sans-Bold.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/19d7dded74788bbb15e49115f5cad78fdd1810b4f4f977722fc2c914ad5ddfeb6c37e74d071023be80ceb80ee51cc0a0-2019102003/fonts/tome-sans/Tome-Sans-Bold-Italic.woff2") format("woff2"), url("https://static.production.df.faculty.net/65cb1b576fb51483f86b428410bb2aa6e6ff887e688279eba18a2a054bcc5e1654881eabfa79957e1524edd3373bdebb-2019102003/fonts/tome-sans/Tome-Sans-Bold-Italic.woff") format("woff"); font-weight: bold; font-style: italic; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/8dc8da19c38f9acfdff83f6592c0d35951d003856ec9d78fff838e47ed12bcfb07be4236e31fa76921f73a646db445aa-2019102003/fonts/tome-sans/Tome-Sans-Black.woff2") format("woff2"), url("https://static.production.df.faculty.net/cd61905d410a7f39fe8bd11a35561b31864aa65a327f327d30a115ce1fb08275449a1c74dea2c00d773be3515b53cca0-2019102003/fonts/tome-sans/Tome-Sans-Black.woff") format("woff"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'Tome Sans'; src: url("https://static.production.df.faculty.net/aa08ba492a5242dea60e07b1d48a1da2aab2dfd524df532865a3b7736276cebf606b8cc7ca0a5fc08badb948067439d3-2019102003/fonts/tome-sans/Tome-Sans-Black-Italic.woff2") format("woff2"), url("https://static.production.df.faculty.net/dff4abaa5ae24506e5b94cbb19517d2f0b870e0290db2a92f6cc7b1d09399cb912916b8bfcc8b161dff63cd926e69772-2019102003/fonts/tome-sans/Tome-Sans-Black-Italic.woff") format("woff"); font-weight: 800; font-style: italic; }

@font-face { font-family: 'Fleisch Wolf'; src: url("https://static.production.df.faculty.net/f435517371ae8d53dcdad6034c0cdc78bdd2575505a86d187510c75d14ec3cb4d76074baf6b1a77b4f013a646554679a-2019102003/fonts/fleisch/Fleisch-Wolf.woff2") format("woff2"), url("https://static.production.df.faculty.net/93a5d60ac0272a524b15cb7c1ad971229c1064c56bdee8a196effb1513de032732b9433a4b361888fb5701796c953371-2019102003/fonts/fleisch/Fleisch-Wolf.woff") format("woff"); font-weight: normal; font-style: normal; }

.header { position: relative; z-index: 3; }

@media screen and (min-width: 50rem) { .header { mix-blend-mode: difference; } }

.header--background { mix-blend-mode: unset; }

.nav { position: fixed; z-index: 2; top: 0; right: 0; left: 0; margin: 0 auto; padding: 1rem 0; color: var(--color--primary); border-bottom: 1px solid var(--color--primary); background-color: var(--color--contrast); }

@media screen and (min-width: 50rem) { .nav { padding-top: 2.5rem; padding-bottom: 2rem; color: var(--color--contrast); border-bottom-color: var(--color--contrast); background: transparent; } }

@media screen and (min-width: 75rem) { .nav { border-bottom: none; } }

@media screen and (min-width: 50rem) { .header--background .nav { background-color: var(--color--primary); } }

.nav--invert { color: var(--color--primary); background-color: var(--color--contrast); }

@media screen and (min-width: 50rem) { .nav--invert { background: transparent; } }

.nav__inner { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; display: grid; grid-auto-flow: column; align-items: center; justify-content: space-between; }

@media screen and (min-width: 75rem) { .nav__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .nav__inner { max-width: 84rem; } }

.nav-brand { display: inline-block; width: 11rem; color: inherit; position: relative; }

.nav-brand:before { position: absolute; bottom: 0; width: 100%; height: 0; content: ''; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transform: scaleX(0); transform-origin: 100% 50%; border-top: 1px solid currentColor; }

.nav-brand:hover:before { transform-origin: 0% 50%; transform: scaleX(1); }

.nav-brand:before { bottom: 0.75rem; right: 0; width: 9.5rem; transform-origin: 100% 50%; }

.nav-brand svg { color: inherit; }

.nav-brand__text { display: block; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(1px); white-space: nowrap; position: absolute; }

.nav-brand:hover:before { transform: scaleX(1); }

.nav-list { display: grid; justify-content: space-between; text-align: right; text-transform: uppercase; }

@media screen and (min-width: 50rem) { .nav-list { grid-auto-flow: column; grid-gap: 3.5rem; text-align: unset; } }

.nav-list__link { text-decoration: none; color: inherit; position: relative; }

.nav-list__link:before { position: absolute; bottom: 0; width: 100%; height: 0; content: ''; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transform: scaleX(0); transform-origin: 100% 50%; border-top: 1px solid currentColor; }

.nav-list__link:hover:before { transform-origin: 0% 50%; transform: scaleX(1); }

.sub-navs { grid-column-end: -1; }

@media screen and (min-width: 50rem) { .sub-navs { grid-column-end: span 3; } }

@media screen and (min-width: 75rem) { .sub-navs { grid-column-end: span 2; } }

.sub-nav-title { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.sub-nav { margin-bottom: 2rem; }

@media screen and (min-width: 36rem) { .sub-nav { grid-column-start: 1; grid-column-end: 5; } }

@media screen and (min-width: 50rem) { .sub-nav { grid-column-end: span 2; } }

@media screen and (min-width: 75rem) { .sub-nav { grid-column-end: -1; } }

.sub-nav ul { position: relative; position: sticky; -webkit-position: sticky; top: 9rem; padding: 0; list-style-type: none; }

.sub-nav a { text-decoration: none; color: inherit; }

.sub-nav a:after { content: '→'; opacity: 0.5; }

.sub-nav a:hover { text-decoration: underline; }

.sub-nav a:hover:after { opacity: 1; }

.hero { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .hero { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .hero { max-width: 84rem; } }

@media screen and (min-width: 75rem) { .hero { display: grid; align-items: center; } }

.hero__title { font-size: 4rem; font-weight: 800; }

.font-hero { position: relative; z-index: 2; overflow: hidden; min-height: calc(100vh - 16rem); margin-top: -8rem; padding-top: 2rem; text-align: center; color: var(--color--contrast); background-color: var(--color--primary); display: grid; align-items: center; }

@media screen and (min-width: 36rem) { .font-hero { padding-top: 5rem; } }

@media screen and (min-width: 50rem) { .font-hero { margin-top: -10rem; padding-top: 10rem; padding-bottom: 10rem; } }

@media screen and (min-width: 75rem) { .font-hero { min-height: 100vh; padding-top: 0; padding-bottom: 0; } }

.font-hero > a { text-decoration: none; color: inherit; }

.font-hero__inner { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .font-hero__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .font-hero__inner { max-width: 84rem; } }

.home .font-hero:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-repeat: no-repeat; background-attachment: fixed; background-size: 150vw; background-position: -50vw center; }

@media screen and (min-width: 36rem) { .home .font-hero:before { background-position: center -10vh; background-size: 100vw; } }

.specimen .font-hero { font-family: var(--font--specimen, Tome Sans, sans-serif); }

.font-hero__title { font-size: 3rem; width: 100%; overflow-wrap: break-word; }

@media screen and (min-width: 36rem) { .font-hero__title { font-size: 6rem; } }

@media screen and (min-width: 50rem) { .font-hero__title { font-size: 9rem; } }

.font-hero__subtitle { font-size: 2rem; max-width: 30ch; margin: 0 auto 1rem; width: 100%; overflow-wrap: break-word; }

@media screen and (min-width: 50rem) { .font-hero__subtitle { font-size: 3.5rem; margin: 0 auto 1em; } }

.font-hero__intro { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.font-hero__small { font-family: "Tome Sans", sans-serif; font-size: 1rem; margin-bottom: 1rem; }

@media screen and (min-width: 50rem) { .font-hero__small { font-size: 1.5rem; } }

.font-hero__cta { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; display: inline-block; margin-bottom: 2rem; text-decoration: none; color: inherit; }

@media screen and (min-width: 75rem) { .font-hero__cta { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .font-hero__cta { max-width: 84rem; } }

@media screen and (min-width: 50rem) { .font-hero__cta { position: absolute; right: 0; bottom: 3rem; left: 0; } }

.font-hero__cta:hover { text-decoration: underline; }

.font-feature { position: relative; position: sticky; -webkit-position: sticky; z-index: 1; top: 8rem; overflow: hidden; height: 10rem; padding: 1rem; border-top: 1px solid var(--color--primary); border-bottom: 1px solid var(--color--primary); background-color: var(--color--contrast); }

@media screen and (min-width: 36rem) { .font-feature { top: 0; } }

@media screen and (min-width: 50rem) { .font-feature { height: 24rem; } }

.font-feature:before { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-repeat: no-repeat; background-attachment: fixed; background-size: 150vw; background-position: -50vw center; opacity: 0.9; }

@media screen and (min-width: 36rem) { .font-feature:before { background-position: center -10vh; background-size: 100vw; } }

.custom .font-feature:before { content: unset; }

.font-feature.continuo:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea533c' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.discourse:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237b091a' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.fleisch:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23051629' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.helfa:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ddbb11' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.maxular:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.oktal-mono:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233a4258' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.overpass:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23219653' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.piston:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff003d' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.quara:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232f293e' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.quita:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fefef1' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.rieven:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23405946' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.sketchnote:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23eddaba' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.stenciletta:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23413f56' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.summa:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444242' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.tilden-sans:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23581837' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.tome:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23112244' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.uppercut-angle:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c4a380' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.vena-amoris:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c6660' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(1):before { opacity: 0.05556; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(2):before { opacity: 0.11111; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(3):before { opacity: 0.16667; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(4):before { opacity: 0.22222; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(5):before { opacity: 0.27778; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(6):before { opacity: 0.33333; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(7):before { opacity: 0.38889; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(8):before { opacity: 0.44444; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(9):before { opacity: 0.5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(10):before { opacity: 0.55556; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(11):before { opacity: 0.61111; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(12):before { opacity: 0.66667; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(13):before { opacity: 0.72222; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(14):before { opacity: 0.77778; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(15):before { opacity: 0.83333; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(16):before { opacity: 0.88889; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(17):before { opacity: 0.94444; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.fonts .font-feature:nth-child(18):before { opacity: 1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b3b3b3' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature__link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; padding: 1rem; cursor: pointer; text-decoration: none; color: inherit; }

.font-feature__link span { position: absolute; color: transparent; }

.font-feature__link svg { max-width: 18rem; max-height: 5rem; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

@media screen and (min-width: 36rem) { .font-feature__link svg { max-width: 25rem; max-height: 8rem; } }

@media screen and (min-width: 50rem) { .font-feature__link svg { max-width: 60rem; max-height: 12rem; } }

.font-feature__link:hover .font-feature__image--initial { display: none; }

.font-feature__link:hover .font-feature__image--hover { display: grid; }

.font-feature__image { width: 100%; height: 100%; display: grid; place-items: center; position: absolute; top: 0; left: 0; right: 0; }

.font-feature__image--hover { display: none; }

.font-feature__details { position: absolute; right: 1rem; bottom: 1rem; display: none; text-align: right; }

@media screen and (min-width: 50rem) { .font-feature__details { display: block; } }

.font-feature.discourse:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fcd8c2' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.fleisch:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dddcff' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.oktal-mono:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23bbb8ce' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.stenciletta:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ce988d' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.vena-amoris:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(108, 102, 96, 0.65)' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.custom .font-feature.overpass { background-color: #219653; }

.font-feature.overpass:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(33, 150, 83, 0.8)' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.continuo:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(234, 83, 60, 0.8)' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.font-feature.guidewire { background-color: #00739d; }

.font-feature.smith-and-nephew { color: #ffa500; background-color: #fff; }

.font-feature.beleren { background-image: url("https://static.production.df.faculty.net/4dd83ab229feb264fa44fc7f200bf2063ce8c16c523eebe20c81d25f1c9b8eb2ccfffd287708791652dd67b1ea03cca6-2019102003/dist/img/beleren-bg.jpg"); background-position: center 35%; background-size: cover; background-attachment: scroll; background-repeat: no-repeat; }

@media screen and (min-width: 50rem) { .font-feature.beleren { background-attachment: fixed; } }

.fonts-cta { font-size: 2rem; font-weight: 800; font-variation-settings: 'wght' 800; position: relative; z-index: 1; display: grid; overflow: hidden; place-items: center; text-align: center; text-transform: uppercase; border-bottom: 1px solid var(--color--primary); height: 12rem; }

@media screen and (min-width: 50rem) { .fonts-cta { font-size: 4.375rem; height: 24rem; } }

.fonts-cta--bezier:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e8e8e8' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; background-repeat: no-repeat; background-attachment: fixed; background-size: 150vw; background-position: -50vw center; }

@media screen and (min-width: 36rem) { .fonts-cta--bezier:before { background-position: center -10vh; background-size: 100vw; } }

.fonts-cta--bordered { border-top: 1px solid var(--color--primary); }

.fonts-cta__link { position: relative; z-index: 1; text-decoration: none; color: inherit; background-image: linear-gradient(currentColor, currentColor); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 0.8rem; transition: background-size 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.fonts-cta__link:before { font-family: "Fleisch Wolf", "Tome Sans", sans-serif; font-size: 10rem; font-weight: normal; line-height: 0; position: absolute; z-index: -1; top: 50%; right: 0; left: 0; content: attr(data-accent-character); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transform: translateY(-50%) scale(1); text-align: center; opacity: 0.5; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px var(--color--primary); }

@media screen and (min-width: 50rem) { .fonts-cta__link:before { font-size: 20rem; } }

.fonts-cta__link:hover { background-size: 100% 0.8rem; }

.fonts-cta__link:hover:before { transform: translateY(-50%) scale(1.3); }

.fonts-cta__link:hover:after { transform: scaleX(1); }

.bezier-block { font-size: 1.5rem; font-weight: 800; font-variation-settings: 'wght' 800; line-height: 1.3; padding: 2rem 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e8e8e8' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center -10vh; background-attachment: fixed; background-size: 100vw; }

@media screen and (min-width: 50rem) { .bezier-block { font-size: 2rem; padding: 6rem 0; } }

@media screen and (min-width: 75rem) { .bezier-block { font-size: 3rem; } }

@media screen and (min-width: 84rem) { .bezier-block { font-size: 4rem; } }

.bezier-block--inverted { background-color: var(--color--primary); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 595 651'%3E%3Cpath d='M218.79 647.2c-64.84 0-119.26-17.51-157.39-50.63-37.95-33-58-79.8-58-135.46 0-44.15 12.89-81.73 39.4-114.87 21.07-26.34 50-49.15 90.88-71.77-29.92-38.72-55.69-72.27-55.69-122.39 0-44.09 16.76-81.49 48.46-108.16S202.27 3.29 254.31 3.29c53.2 0 98.3 15.89 130.44 46 29 27.17 45 63.68 45 102.82 0 28.69-6.85 53.83-20.94 76.85-17.28 28.23-44.92 52.82-84.48 75.15l63.07 78.82c8.71-19.36 13.68-43.65 15.6-76.34v-.53l.53.07 124.76 16.93v.44c-.93 67.46-17.16 127.93-46.95 174.9L592.8 636.54H419.24l-.15-.19-31.66-40.46c-32.3 24.86-93.42 51.31-168.64 51.31zM254.31 4.29c-51.8 0-95.79 14-127.21 40.39-31.42 26.39-48.11 63.61-48.11 107.4 0 50 25.88 83.46 55.84 122.24l.36.46-.52.28c-41.07 22.65-70 45.46-91.09 71.81-26.37 33-39.18 70.32-39.18 114.24 0 55.36 19.94 101.94 57.66 134.71 37.94 33 92.14 50.38 156.73 50.38 75.27 0 136.35-26.55 168.42-51.4l.39-.31 32.12 41h171L480.14 498.44l.19-.31c29.75-46.75 46-107 47-174.23l-123.37-16.74c-2 33-7.06 57.41-16 76.9l-.34.74-64.81-81 .51-.29c39.13-22 67.6-47.27 84.62-75.08 14-22.86 20.8-47.83 20.8-76.33 0-38.86-15.87-75.11-44.69-102.09-31.94-29.9-76.81-45.7-129.75-45.7l.01-.02zm-23.08 511.46c-48.81 0-70.66-31.91-70.66-63.54 0-30.37 16.72-55.34 52.62-78.57l.38-.24.29.35 90.87 115-.37.32c-21.08 17.68-45.7 26.68-73.13 26.68zm-17.87-141c-35.33 23-51.79 47.59-51.79 77.48 0 37.41 28 62.54 69.66 62.54a109.688 109.688 0 0072.12-26.21l-89.99-113.81zm38.17-159.88l-.26-.3c-21.2-24.73-37.42-45.24-37.42-65.15 0-21.21 17.37-36 42.24-36 25.79 0 43.12 15.9 43.12 39.57 0 24-15.92 44.74-47.32 61.71l-.36.17zm4.56-100.47c-24.28 0-41.24 14.4-41.24 35 0 19.49 16 39.75 36.92 64.19 30.82-16.75 46.44-37.15 46.44-60.64 0-23.07-16.93-38.57-42.12-38.57'/%3E%3Cpath d='M428.75 154.5v-1.42h-1.41v-1h1.41v-1.41h1v1.41h1.41v1h-1.41v1.42h-1zm2.6 49.91h-4.2v-4.2h1.6V156.6a4.003 4.003 0 01-3.344-4.007 3.998 3.998 0 013.464-3.903V78.95h-1.72v-4.2h4.2v4.2h-1.69v69.74a3.998 3.998 0 01.13 7.91v43.61h1.6l-.04 4.2zm-2.1-48.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-130.9-.66v-1.41h-1.42v-1h1.42v-1.41h1v1.41h1.41v1h-1.41v1.41h-1zm2.6 22.92h-4.2v-4.16h1.6V157.1a4.001 4.001 0 01.12-7.92v-15.73h-1.72v-4.2h4.2v4.2h-1.73v15.73a4 4 0 01.13 7.92v16.65h1.6v4.16zm-2.1-21.76a3 3 0 10-.001-6.002 3 3 0 00.001 6.002zm-219.86-2.21v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 50.92h4.2v-4.2h-1.6v-44.61a4.002 4.002 0 003.344-4.007 4 4 0 00-3.464-3.903V64.4h1.72v-4.2h-4.2v4.2h1.73v83.74a3.999 3.999 0 00-.13 7.91v44.61h-1.6v4.2zm2.1-49.76a2.998 2.998 0 01-2.772-1.852 2.998 2.998 0 012.187-4.09 2.998 2.998 0 012.706 5.063 2.999 2.999 0 01-2.121.879zm136.36-3.27v-1.41h1.42v-1h-1.42v-1.41h-1v1.41h-1.41v1h1.41v1.41h1zm-2.6 19.92h4.2v-4.2h-1.6v-13.62a4.003 4.003 0 003.344-4.007 3.998 3.998 0 00-3.464-3.903v-15.73h1.72v-4.2h-4.2v4.2h1.73v15.73a3.998 3.998 0 00-.13 7.91v13.62h-1.6v4.2zm2.1-18.76a3 3 0 11.001-6.002 3 3 0 01-.001 6.002zM253.08 4.5h1.41v1.42h1V4.5h1.41v-1h-1.41V2.09h-1V3.5h-1.41v1zM147.16 1.9v4.2h4.2V4.5h99.61a4.002 4.002 0 006.601 2.336 4 4 0 001.309-2.456h107.78V6.1h4.2V1.9h-4.2v1.73H258.88a3.999 3.999 0 00-7.91-.13h-99.61V1.9h-4.2zM251.92 4a2.998 2.998 0 011.852-2.772A2.999 2.999 0 11251.92 4zm2.16 110.42h1.41v1.41h1v-1.41h1.41v-1h-1.41v-1.41h-1v1.41h-1.41v1zm-23.92-2.6v4.2h4.2v-1.6h17.61a4 4 0 007.91-.13h20.78v1.73h4.2v-4.2h-4.2v1.72h-20.78a3.998 3.998 0 00-3.903-3.464 4 4 0 00-4.007 3.344h-17.61v-1.6h-4.2zm22.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-92.26 336.52v1.42h-1.42v1h1.42v1.41h1v-1.41h1.41v-1h-1.41v-1.42h-1zm2.6-34.91h-4.2v4.22h1.6v28.61a4.003 4.003 0 00-3.344 4.007 3.998 3.998 0 003.464 3.903v28.74h-1.72v4.2h4.2v-4.2h-1.73v-28.76a3.998 3.998 0 00.13-7.91v-28.59h1.6v-4.22zm-2.1 33.76a3 3 0 11-.001 6.002 3 3 0 01.001-6.002zM3.5 459.43v1.41H2.08v1H3.5v1.42h1v-1.42h1.41v-1H4.5v-1.41h-1zm2.6-94.92H1.9v4.24h1.6v88.62a4.002 4.002 0 00-2.336 6.601 4 4 0 002.456 1.309v106.7H1.9v4.2h4.2v-4.2H4.37V465.24a3.999 3.999 0 00.13-7.91v-88.58h1.6v-4.24zM4 458.28a2.998 2.998 0 012.772 1.852 2.999 2.999 0 01-3.92 3.92 3.002 3.002 0 01-.973-4.893A2.999 2.999 0 014 458.28zm225.81 57.47h1.41v1.42h1v-1.42h1.44v-1h-1.42v-1.41h-1v1.41h-1.41l-.02 1zm-45.92-2.6v4.2h4.2v-1.6h39.62a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h25.74v1.72h4.2v-4.2h-4.2v1.73h-25.7a3.998 3.998 0 00-7.91-.13h-39.66v-1.6h-4.2zm44.77 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm-11.58 131.87h1.41v1.42h1v-1.42h1.41v-1h-1.41v-1.37h-1v1.41h-1.41v.96zm-131.92-2.6v4.23h4.2v-1.6h125.61a4.003 4.003 0 004.007 3.344 3.998 3.998 0 003.903-3.464h64.78v1.72h4.2v-4.2h-4.2v1.73h-64.78a3.998 3.998 0 00-7.91-.13H89.36v-1.6l-4.2-.03zm130.76 2.1a3 3 0 116.002.001 3 3 0 01-6.002-.001zm69.95-452.7l-3.69 2 .73 1.36-28.11 15.19v-1.51h-6v6h6v-3.32l28.57-15.52.74 1.36 3.69-2-1.93-3.56zm-32.07 22.06h-4v-4h4v4z'/%3E%3Cpath d='M104.81 232.94l2.51 3.38-1.24.93 26.61 34.82-.38 1.11-27-35.36-1.23.93-2.52-3.38 3.25-2.43zm126.26-46.2l2.64 3.28-1.2.97 17.07 20.76-.33 1.13-17.49-21.28-1.19.97-2.64-3.28 3.14-2.55z'/%3E%3Cpath d='M216.27 377.4v-6h-6v5l-.07-.1-25.16 16.14-.85-1.35-3.53 2.19 2.23 3.56 3.56-2.23-.85-1.36 24.73-15.85h5.94zm-5-5h4v4h-4v-4zm-73.61-94.65v-6h-6v3.83l-64.61 35.66-.76-1.4-3.7 2 2 3.69 3.69-2-.76-1.41 64.14-35.37v1h6zm-5-5h4v4h-4v-4zm277.12-19.32l-3.66 2.09.76 1.34-80.22 44.89v-.86h-6v6h6v-4l80.69-45.14.76 1.34 3.66-2.08-1.99-3.58zm-84.12 52.45h-4v-4h4v4zM511.18 447l-2.25 3.55 1.35.86-28.21 43.87h-4.28v6h6v-6h-.57l27.9-43.34 1.35.86 2.25-3.54-3.54-2.26zm-28.39 53.28h-4v-4h4v4zm-195.26 5.92l3.11-2.82-1.07-1.19 12.43-10.7h4.87v-6h-6v6l-12 10-1.08-1.18-3.11 2.82 2.85 3.07zm14.34-19.71h4v4h-4v-4zm229.05-160.13v-6h-6v6h2.17l-.43 60.28h-1.61l.13 4.2 4.2-.12-.13-4.2-1.59.05.62-60.25 2.64.04zm-5-5h4v4h-4v-4zM384.66 592.44h6v6h-6v-.83l-30.53 24.34.94 1.3-3.41 2.5-2.47-3.4 3.39-2.47.94 1.29 31.14-24.73v-4zm5 1h-4v4h4v-4zm33 45.81h-6v-6h6v6zm-1-5h-4v4h4v-4zm173 5h-6v-6h6v6zm-1-5h-4v4h4v-4zM384.54 381.08v6h6v-6h-1.2l7.88-16 1.44.67 1.77-3.81-3.8-1.78-1.78 3.81 1.45.68-8 16.45-3.76-.02zm5 5h-4v-4h4v4zm17.18-76.2v-6h-6v6h2.19l-1.2 25.28-1.6-.08-.19 4.2 4.2.19.19-4.2-1.6-.07 1.21-25.32h2.8zm-5-5h4v4h-4v-4z'/%3E%3C/svg%3E"); }

.bezier-block--inverted .bezier-block__link { color: var(--color--contrast); }

.bezier-block__text { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; color: #777; }

@media screen and (min-width: 75rem) { .bezier-block__text { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .bezier-block__text { max-width: 84rem; } }

.bezier-block__link { text-decoration: none; color: var(--color--primary); background-image: linear-gradient(currentColor, currentColor); background-position: 0% 100%; background-repeat: no-repeat; background-size: 0% 0.5rem; transition: background-size 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.bezier-block__link:hover { background-size: 100% 0.5rem; }

.footer { padding: 4.5rem 1rem; color: var(--color--contrast); border-top: 1px solid var(--color--contrast); background-color: var(--color--primary); }

@media screen and (min-width: 50rem) { .footer { padding-bottom: 11.5rem; } }

@media screen and (min-width: 75rem) { .footer { padding-right: 0; padding-left: 0; } }

.footer--inverted { color: var(--color--primary); border-top-color: var(--color--primary); background-color: var(--color--contrast); }

.footer__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; counter-reset: footer-section; }

@media screen and (min-width: 36rem) { .footer__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .footer__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .footer__inner { max-width: 84rem; } }

.footer__brand { display: inline-block; grid-column-end: span 12; margin-bottom: 2rem; color: inherit; }

@media screen and (min-width: 75rem) { .footer__brand { grid-column: 1 / span 3; } }

.footer__brand svg { width: 100%; max-width: 10rem; }

.footer__brand-text { display: block; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(1px); white-space: nowrap; position: absolute; }

.footer__section { grid-column-end: span 6; margin-bottom: 2rem; margin-left: 2rem; counter-increment: footer-section; }

@media screen and (min-width: 36rem) { .footer__section { grid-column-end: span 3; } }

@media screen and (min-width: 75rem) { .footer__section { grid-column-end: span 2; margin-left: 0; } }

@media screen and (min-width: 75rem) { .footer__section:first-of-type { grid-column-start: 6; } }

@media screen and (min-width: 50rem) { .footer__section:last-of-type { grid-column-end: span 1; } }

.footer__section-title { position: relative; z-index: 0; pointer-events: none; opacity: 0.8; font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.footer__section-title:before { position: absolute; left: -1.5rem; content: "0" counter(footer-section); }

.footer__list { line-height: 1.5; }

.footer a { color: inherit; text-decoration: none; position: relative; }

.footer a:before { position: absolute; bottom: 0; width: 100%; height: 0; content: ''; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transform: scaleX(0); transform-origin: 100% 50%; border-top: 1px solid currentColor; }

.footer a:hover:before { transform-origin: 0% 50%; transform: scaleX(1); }

.cookies-disclaimer { position: fixed; z-index: 3; right: 0; bottom: 0; left: 0; padding-top: 2rem; padding-bottom: 2rem; border-top: 1px solid var(--color--primary); background-color: var(--color--contrast); }

.cookies-disclaimer__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; grid-column-gap: 1rem; align-items: start; }

@media screen and (min-width: 36rem) { .cookies-disclaimer__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .cookies-disclaimer__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .cookies-disclaimer__inner { max-width: 84rem; } }

.cookies-disclaimer p { grid-column-end: span 10; }

.cookies-disclaimer__dismiss { font-family: "Tome Sans", sans-serif; font-size: 1rem; font-weight: 800; font-variation-settings: 'wght' 800; grid-column-end: span 2; cursor: pointer; color: var(--color--primary); border: 2px solid var(--color--primary); background: transparent; }

.cookies-disclaimer__dismiss:hover { color: var(--color--contrast); background-color: var(--color--primary); }

.designers { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; margin-bottom: 4rem; }

@media screen and (min-width: 36rem) { .designers { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .designers { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .designers { max-width: 84rem; } }

.designers__inner { display: grid; grid-column-end: span 12; grid-gap: 1rem; }

@media screen and (min-width: 36rem) { .designers__inner { grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 50rem) { .designers__inner { grid-column-end: span 9; grid-template-columns: repeat(3, 1fr); } }

.designer-grid-item { position: relative; z-index: 1; overflow: hidden; width: 20rem; width: 100%; height: 20rem; padding-bottom: 100%; text-decoration: none; }

@media screen and (min-width: 36rem) { .designer-grid-item { padding-bottom: 0; } }

.designer-grid-item:hover { text-decoration: underline; }

.designer-grid-item:before { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; content: ''; pointer-events: none; background: rgba(0, 0, 0, 0.3); }

.designer-grid-item__image { z-index: 0; height: 100vw; object-fit: cover; cursor: pointer; filter: grayscale(1); }

@media screen and (min-width: 36rem) { .designer-grid-item__image { height: 100%; } }

.designer-grid-item__name { font-size: 2rem; font-weight: 800; font-variation-settings: 'wght' 800; line-height: 1; position: absolute; z-index: 1; bottom: 0; left: 0; padding: 1rem; cursor: pointer; max-width: 100%; hyphens: auto; overflow-wrap: break-word; color: var(--color--contrast); }

@media screen and (min-width: 75rem) { .designer-grid-item__name { font-size: 2.5rem; } }

.designer-grid-item__name:after { content: '→'; }

.specimen-nav { font-family: "Tome Sans", sans-serif; right: 0; bottom: 0; left: 0; max-width: 100%; padding-bottom: 1rem; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); display: none; transform: translateY(-100%); position: absolute; }

@media screen and (min-width: 50rem) { .specimen-nav { display: block; } }

.specimen-nav--fixed { position: fixed !important; width: 100vw; background: var(--color--primary); transform: translateY(0); border-bottom: 1px solid var(--color--contrast); top: var(--pageNavHeight); bottom: unset; padding: 1rem 0; }

@media screen and (min-width: 75rem) { .specimen-nav--fixed { border-bottom: none; } }

.specimen-nav--leave { transform: translateY(-100%); }

.specimen-nav__list { display: grid; align-items: center; margin: 0 auto; }

@media screen and (min-width: 50rem) { .specimen-nav__list { width: 32rem; grid-auto-flow: column; } }

.specimen-nav__link { display: inline-block; text-decoration: none; color: inherit; position: relative; }

.specimen-nav__link:before { position: absolute; bottom: 0; width: 100%; height: 0; content: ''; transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); transform: scaleX(0); transform-origin: 100% 50%; border-top: 1px solid currentColor; }

.specimen-nav__link:hover:before { transform-origin: 0% 50%; transform: scaleX(1); }

.specimen-nav__link--accent { font-size: 0.75rem; font-weight: 700; padding: 0.3rem 1rem 0.4rem; text-transform: uppercase; color: var(--color--primary); border: 2px solid var(--color--contrast); background-color: var(--color--contrast); }

.specimen-nav__link--accent:before { content: unset; }

.specimen-nav__link--accent:hover { text-decoration: none; color: var(--color--contrast); background-color: var(--color--primary); }

.story-section { font-feature-settings: 'frac' 0; padding-top: 3rem; padding-bottom: 3rem; position: relative; color: var(--color--primary); background-color: var(--color--contrast); }

@media screen and (min-width: 50rem) { .story-section { padding-top: 6.5rem; padding-bottom: 6.5rem; } }

.story-section--inverted { color: var(--color--contrast); background-color: var(--color--primary); }

.story-section__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .story-section__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .story-section__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .story-section__inner { max-width: 84rem; } }

.story-section__title { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 4.5rem; grid-column-end: span 12; margin-bottom: 2rem; }

@media screen and (min-width: 75rem) { .story-section__title { grid-column: 2 / span 10; } }

.story-section__content { grid-column-end: span 12; grid-column-start: 1; }

@media screen and (min-width: 75rem) { .story-section__content { grid-column-end: span 6; grid-column-start: 2; } }

@media screen and (min-width: 75rem) { .story-section__content--two-col { grid-column-end: span 10; columns: 2; column-gap: 1.5rem; } }

.story-section__content p { line-height: 1.5; margin-bottom: 1.5rem; }

.story-section__content a { color: inherit; }

.story-section__content a:hover { opacity: 0.5; }

.features-section { --primary: var(--color--primary); --contrast: var(--color--contrast); color: var(--primary); background-color: var(--contrast); padding-top: 3rem; padding-bottom: 2rem; }

.features-section--inverted { --primary: var(--color--contrast); --contrast: var(--color--primary); }

@media screen and (min-width: 50rem) { .features-section { padding-top: 6.5rem; padding-bottom: 6.5rem; } }

.features-section__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .features-section__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .features-section__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .features-section__inner { max-width: 84rem; } }

.features-section__title { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 4.5rem; font-weight: normal; font-style: normal; margin-bottom: 2rem; }

@media screen and (min-width: 50rem) { .features-section__title { grid-column-end: span 11; grid-column-start: 2; } }

.features-section__subtitle { grid-column-end: span 11; grid-column-start: 2; font-size: 1.25rem; font-weight: bold; }

.features-section__additional { grid-column-end: -1; }

@media screen and (min-width: 50rem) { .features-section__additional { grid-column-start: 2; grid-column-end: span 9; } }

.features-section__bold { font-weight: bold; }

.ot-feature-section { grid-column-end: -1; margin-bottom: 2rem; }

@media screen and (min-width: 50rem) { .ot-feature-section { grid-column-end: span 5; } }

@media screen and (min-width: 50rem) { .ot-feature-section:nth-of-type(odd) { grid-column-start: 2; } }

.ot-feature-section__title { grid-column: 1 / span 3; font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.ot-feature-section__inner { display: grid; grid-auto-flow: column; align-items: center; }

.ot-feature-section__inner:before { font-size: 1.5rem; grid-column: 2; grid-row: 2; content: '→'; opacity: 0.5; }

.ot-feature-section__row { display: grid; grid-auto-flow: column; align-items: center; }

.ot-feature { font-family: var(--fontStyle); font-size: 2.5rem; }

.ot-feature--liga-inactive { font-feature-settings: "liga" 0; }

.ot-feature--liga { font-feature-settings: "liga"; }

.ot-feature--aalt-inactive { font-feature-settings: "aalt" 0; }

.ot-feature--aalt { font-feature-settings: "aalt"; }

.ot-feature--dlig-inactive { font-feature-settings: "dlig" 0; }

.ot-feature--dlig { font-feature-settings: "dlig"; }

.ot-feature--onum-inactive { font-feature-settings: "onum" 0; }

.ot-feature--onum { font-feature-settings: "onum"; }

.ot-feature--lnum-inactive { font-feature-settings: "lnum" 0; }

.ot-feature--lnum { font-feature-settings: "lnum"; }

.ot-feature--tnum-inactive { font-feature-settings: "tnum" 0; }

.ot-feature--tnum { font-feature-settings: "tnum"; }

.ot-feature--zero-inactive { font-feature-settings: "zero" 0; }

.ot-feature--zero { font-feature-settings: "zero"; }

.ot-feature--frac-inactive { font-feature-settings: "frac" 0; }

.ot-feature--frac { font-feature-settings: "frac"; }

.ot-feature--sups-inactive { font-feature-settings: "sups" 0; }

.ot-feature--sups { font-feature-settings: "sups"; }

.ot-feature--subs-inactive { font-feature-settings: "subs" 0; }

.ot-feature--subs { font-feature-settings: "subs"; }

.ot-feature--smcp-inactive { font-feature-settings: "smcp" 0; }

.ot-feature--smcp { font-feature-settings: "smcp"; }

.ot-feature--c2sc-inactive { font-feature-settings: "c2sc" 0; }

.ot-feature--c2sc { font-feature-settings: "c2sc"; }

.ot-feature--case-inactive { font-feature-settings: "case" 0; }

.ot-feature--case { font-feature-settings: "case"; }

.ot-feature--hlig-inactive { font-feature-settings: "hlig" 0; }

.ot-feature--hlig { font-feature-settings: "hlig"; }

.ot-feature--calt-inactive { font-feature-settings: "calt" 0; }

.ot-feature--calt { font-feature-settings: "calt"; }

.ot-feature--salt-inactive { font-feature-settings: "salt" 0; }

.ot-feature--salt { font-feature-settings: "salt"; }

.ot-feature--titl-inactive { font-feature-settings: "titl" 0; }

.ot-feature--titl { font-feature-settings: "titl"; }

.ot-feature--swsh-inactive { font-feature-settings: "swsh" 0; }

.ot-feature--swsh { font-feature-settings: "swsh"; }

.ot-feature--hist-inactive { font-feature-settings: "hist" 0; }

.ot-feature--hist { font-feature-settings: "hist"; }

.ot-feature--kern-inactive { font-feature-settings: "kern" 0; }

.ot-feature--kern { font-feature-settings: "kern"; }

.ot-feature--locl-inactive { font-feature-settings: "locl" 0; }

.ot-feature--locl { font-feature-settings: "locl"; }

.ot-feature--rlig-inactive { font-feature-settings: "rlig" 0; }

.ot-feature--rlig { font-feature-settings: "rlig"; }

.ot-feature--medi-inactive { font-feature-settings: "medi" 0; }

.ot-feature--medi { font-feature-settings: "medi"; }

.ot-feature--init-inactive { font-feature-settings: "init" 0; }

.ot-feature--init { font-feature-settings: "init"; }

.ot-feature--isol-inactive { font-feature-settings: "isol" 0; }

.ot-feature--isol { font-feature-settings: "isol"; }

.ot-feature--fina-inactive { font-feature-settings: "fina" 0; }

.ot-feature--fina { font-feature-settings: "fina"; }

.ot-feature--mark-inactive { font-feature-settings: "mark" 0; }

.ot-feature--mark { font-feature-settings: "mark"; }

.ot-feature--mkmk-inactive { font-feature-settings: "mkmk" 0; }

.ot-feature--mkmk { font-feature-settings: "mkmk"; }

.ot-feature--ss01-inactive { font-feature-settings: "ss01" 0; }

.ot-feature--ss01 { font-feature-settings: "ss01"; }

.ot-feature--ss02-inactive { font-feature-settings: "ss02" 0; }

.ot-feature--ss02 { font-feature-settings: "ss02"; }

.ot-feature--ss03-inactive { font-feature-settings: "ss03" 0; }

.ot-feature--ss03 { font-feature-settings: "ss03"; }

.ot-feature--ss04-inactive { font-feature-settings: "ss04" 0; }

.ot-feature--ss04 { font-feature-settings: "ss04"; }

.ot-feature--ss05-inactive { font-feature-settings: "ss05" 0; }

.ot-feature--ss05 { font-feature-settings: "ss05"; }

.glyphs-section { --primary: var(--color--primary); --contrast: var(--color--contrast); padding-top: 6.25rem; padding-bottom: 6.25rem; color: var(--primary); background-color: var(--contrast); display: none; }

.glyphs-section--inverted { --primary: var(--color--contrast); --contrast: var(--color--primary); }

@media screen and (min-width: 50rem) { .glyphs-section { display: block; } }

.glyphs-section__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; grid-auto-flow: dense; align-content: start; align-items: start; }

@media screen and (min-width: 36rem) { .glyphs-section__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .glyphs-section__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .glyphs-section__inner { max-width: 84rem; } }

.glyphs-section__title { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 4.5rem; font-weight: normal; font-style: normal; grid-column-end: span 7; }

.glyphs-section__disclaimer { font-weight: normal; grid-column-end: span 7; margin-bottom: 2rem; font-family: "Tome Sans", sans-serif; font-style: normal; }

.glyphs-section__bolded { font-weight: bold; }

.glyphs-grids { grid-column-end: span 8; }

.glyphs-grid { font-size: 1.25rem; display: grid; align-content: start; margin-bottom: 2rem; }

@media screen and (min-width: 50rem) { .glyphs-grid { grid-template-columns: auto 1fr; } }

.glyphs-grid__title { font-family: "Tome Sans", sans-serif; font-size: 0.625rem; font-weight: normal; font-style: normal; width: 7rem; margin-right: 1rem; text-align: right; text-transform: uppercase; }

.glyphs-grid__cells { font-family: var(--font--specimen, Tome Sans, sans-serif); display: grid; grid-template-columns: repeat(auto-fill, 2rem); border-left: 1px solid var(--primary); }

.glyphs-grid__cell { width: 2rem; height: 2rem; margin-right: -1px; margin-bottom: -1px; cursor: pointer; text-align: center; border: 1px solid var(--primary); border-left: 0; }

.glyphs-grid__cell--active { color: var(--contrast); background-color: var(--primary); }

.glyphs-feature { font-family: var(--fontStyle); }

@media screen and (min-width: 50rem) { .glyphs-feature { position: relative; position: sticky; -webkit-position: sticky; top: 6rem; grid-column: 9 / span 4; grid-row-end: span 3; } }

.glyphs-feature__feature { font-size: 12rem; text-align: center; pointer-events: none; }

@media screen and (min-width: 50rem) { .glyphs-feature__feature { font-size: 23rem; } }

label { position: relative; display: block; }

.form-control__icon { position: absolute; top: 50%; right: 1rem; width: 1rem; transform: translateY(-50%); pointer-events: none; }

select { font-family: "Tome Sans", sans-serif; font-size: 1.25rem; display: block; width: 100%; padding: 0.2rem 1rem 0; cursor: pointer; color: var(--primary); border: 1px solid var(--primary); border-radius: 0; background-color: var(--contrast); -moz-appearance: none; -webkit-appearance: none; appearance: none; }

option { color: var(--primary); }

option:hover { color: var(--contrast); background-color: var(--primary); }

.buy-section { --primary: var(--color--primary); --contrast: var(--color--contrast); padding-top: 6.25rem; padding-bottom: 6.25rem; color: var(--primary); background-color: var(--contrast); }

.buy-section--inverted { --primary: var(--color--contrast); --contrast: var(--color--primary); }

.buy-section__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .buy-section__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .buy-section__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .buy-section__inner { max-width: 84rem; } }

.buy-section__title { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 4.5rem; grid-column-end: span 12; margin-bottom: 4.5rem; }

.buy-section__group { grid-column-end: span 12; justify-content: space-between; margin-bottom: 6.5rem; }

@media screen and (min-width: 50rem) { .buy-section__group { grid-column: 2 / span 10; } }

@media screen and (min-width: 75rem) { .buy-section__group { grid-auto-flow: dense; grid-column-start: auto; grid-column-end: span 5; } .buy-section__group:nth-child(odd) { grid-column-start: 7; } }

.buy-section__group-header { display: grid; grid-auto-flow: dense; margin-bottom: 3rem; }

@media screen and (min-width: 36rem) { .buy-section__group-header { grid-gap: 1rem; grid-template-columns: auto auto; align-items: baseline; } }

@media screen and (min-width: 50rem) { .buy-section__group-header { grid-template-columns: auto 1fr auto; } }

.buy-section__group-header:before { grid-column: 2; align-self: end; margin-bottom: 0.7rem; opacity: 0.5; border-top: 1px solid currentColor; }

@media screen and (min-width: 50rem) { .buy-section__group-header:before { content: ''; } }

.buy-section__group-title { font-size: 2rem; font-weight: 300; font-variation-settings: 'wght' 300; }

.buy-section__group-price { font-weight: 300; font-variation-settings: 'wght' 300; font-feature-settings: 'frac' 0; }

@media screen and (min-width: 36rem) { .buy-section__group-price { font-size: 2rem; } }

.buy-section__group-price span { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.purchase-family { display: grid; grid-gap: 1.25rem; align-items: start; justify-items: start; border-bottom: 1px solid var(--contrast); }

@media screen and (min-width: 36rem) { .purchase-family { grid-template-columns: auto 1fr; } }

.purchase-family__button { font-family: inherit; font-size: 0.75rem; padding: 0.25rem 1.25rem; cursor: pointer; text-decoration: none; text-transform: uppercase; color: var(--contrast); border: 2px solid var(--primary); border-radius: 0; background-color: var(--primary); }

.purchase-family__button:hover { color: var(--primary); background-color: var(--contrast); }

.purchase-family__entries { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 1.25rem; }

.purchase-family__entry { margin-bottom: 1rem; }

.cart { min-height: 80vh; margin-top: -20rem; padding-top: 15rem; padding-bottom: 5rem; color: var(--color--contrast); background: var(--color--primary); }

@media screen and (min-width: 36rem) { .cart { padding-top: 20rem; } }

.cart--invert { color: var(--color--primary); background: var(--color--contrast); }

.cart__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .cart__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .cart__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .cart__inner { max-width: 84rem; } }

.cart__return { font-style: italic; position: relative; display: inline-block; grid-column: 1 / -1; margin-bottom: 2rem; padding-left: 2ch; text-decoration: none; color: inherit; }

.cart__return:before { position: absolute; left: 0; content: '←'; }

.cart__return:hover { text-decoration: underline; }

.cart__title { font-size: 4.5rem; font-weight: 800; font-variation-settings: 'wght' 800; line-height: 1; grid-column: 1 /-1; margin-bottom: 3rem; }

.cart__description { font-style: italic; grid-column: 1 /-1; }

.cart__licenses { grid-column: 1 /-1; margin-bottom: 2rem; }

@media screen and (min-width: 36rem) { .cart__licenses { grid-column-end: span 6; } }

.cart-license { display: grid; grid-auto-flow: dense; grid-gap: 1rem; grid-template-columns: auto 1fr auto; align-items: center; justify-content: space-between; height: 3rem; }

.cart-license:before { grid-column: 2; content: ''; border-top: 1px solid var(--color--contrast); }

.cart-license__link { font-family: inherit; font-size: 0.75rem; padding: 0.25rem 1.25rem; cursor: pointer; text-decoration: none; text-transform: uppercase; color: var(--color--primary); border: 2px solid var(--color--contrast); border-radius: 0; background-color: var(--color--contrast); }

.cart-license__link:hover { color: var(--color--contrast); background-color: var(--color--primary); }

.cart-license__name { display: inline-block; }

.cart-license--disabled { opacity: 0.5; }

.cart-license--disabled:before { content: unset; }

.cart-license--disabled .cart-license__name { position: relative; }

.cart-license--disabled .cart-license__name:after { font-size: 0.5rem; position: absolute; top: 0; left: calc(100% + 0.5rem); display: inline-block; padding: 0 0.2rem 0.1rem; content: 'Coming soon!'; white-space: nowrap; color: var(--color--primary); border-radius: 2px; background-color: var(--color--contrast); }

#mc_embed_signup label:not(.checkbox) { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0; }

#mc_embed_signup label.checkbox { display: grid; grid-template-columns: 2rem 1fr; align-items: baseline; }

#mc_embed_signup input { font-family: inherit; font-size: 1rem; width: 100%; color: inherit; border: 1px solid currentColor; background-color: transparent; padding: 0.5rem 1rem; }

#mc_embed_signup input[type='submit'] { font-family: inherit; font-size: 0.75rem; padding: 0.25rem 1.25rem; cursor: pointer; text-decoration: none; text-transform: uppercase; color: var(--color--contrast); border: 2px solid var(--color--primary); border-radius: 0; background-color: var(--color--primary); font-size: 1rem; font-weight: 800; display: inline-block; width: auto; }

#mc_embed_signup input[type='submit']:hover { color: var(--color--primary); background-color: var(--color--contrast); }

#mc_embed_signup .mc-small { font-size: 0.8rem; }

.mc-field-group { margin-bottom: 1rem; }

.mc_fieldset { border: 0; }

.contact-form { margin-bottom: 2rem; }

.contact-form__honey { display: none; }

.contact-form__label { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.contact-form__textarea { font-family: inherit; font-size: 1rem; width: 100%; color: inherit; border: 1px solid currentColor; background-color: transparent; padding: 0.5rem 1rem; margin-bottom: 1rem; }

.contact-form__input { font-family: inherit; font-size: 1rem; width: 100%; color: inherit; border: 1px solid currentColor; background-color: transparent; padding: 0.5rem 1rem; margin-bottom: 1rem; }

.contact-form__submit { font-family: inherit; font-size: 0.75rem; padding: 0.25rem 1.25rem; cursor: pointer; text-decoration: none; text-transform: uppercase; color: var(--color--contrast); border: 2px solid var(--color--primary); border-radius: 0; background-color: var(--color--primary); font-size: 1rem; font-weight: 800; display: inline-block; width: auto; }

.contact-form__submit:hover { color: var(--color--primary); background-color: var(--color--contrast); }

.overlay { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; position: fixed; z-index: 4; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: difference; }

@media screen and (min-width: 36rem) { .overlay { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .overlay { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .overlay { max-width: 84rem; } }

.overlay--inactive { display: none; }

.overlay > div { height: 100%; border-right: 1px solid var(--color--primary); border-left: 1px solid var(--color--primary); }

.invert .overlay > div { border-left-color: var(--color--contrast); border-right-color: var(--color--contrast); }

.specimen-component { --primary: var(--color--primary); --contrast: var(--color--contrast); font-family: var(--font--specimen, Tome Sans, sans-serif); font-feature-settings: 'calt' on, 'liga' on, 'ordn' on; position: relative; padding: 6rem 0; color: var(--primary); background-color: var(--contrast); }

.specimen-component--inverted { --primary: var(--color--contrast); --contrast: var(--color--primary); }

@media screen and (min-width: 36rem) { .specimen-component { padding: 8rem 1rem; } }

@media screen and (min-width: 50rem) { .specimen-component { padding: 11rem 1rem; } }

[contenteditable]:focus { outline: none; }

[data-staple]:before, [data-staple]:after { font-family: "Tome Sans", sans-serif; position: absolute; right: 0; left: 0; content: attr(data-staple); text-align: center; font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0; }

[data-staple]:before { top: 3rem; }

@media screen and (min-width: 36rem) { [data-staple]:before { top: 4rem; } }

@media screen and (min-width: 50rem) { [data-staple]:before { top: 5.5rem; } }

[data-staple]:after { bottom: 3rem; transform: rotate(180deg); }

@media screen and (min-width: 36rem) { [data-staple]:after { bottom: 4rem; } }

@media screen and (min-width: 50rem) { [data-staple]:after { bottom: 5.5rem; } }

.specimen-composed-content__inner { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .specimen-composed-content__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-composed-content__inner { max-width: 84rem; } }

.specimen-composed-content__column { grid-column: 1/-1; }

@media screen and (min-width: 36rem) { .specimen-composed-content__column { grid-column: 4 / span 6; } }

.specimen-compare-glyph { text-align: center; }

.specimen-compare-glyph__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .specimen-compare-glyph__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .specimen-compare-glyph__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-compare-glyph__inner { max-width: 84rem; } }

.specimen-compare-glyph__column { grid-column: 1 / -1; }

@media screen and (min-width: 75rem) { .specimen-compare-glyph__column { grid-column: auto / span 6; } }

.specimen-compare-glyph__glyph { font-size: 20vw; line-height: 1; display: block; }

.specimen-large-word { font-size: 14vw; text-align: center; hyphens: auto; overflow: hidden; padding: 5rem 0; }

@media screen and (min-width: 36rem) { .specimen-large-word { padding: 11rem 0; } }

.specimen-large-word span { position: relative; display: inline-block; width: 100%; }

.specimen-outlined__border { position: absolute; top: 0; right: 0; bottom: 0; left: 0; pointer-events: none; border: 4px solid var(--primary); margin: 1rem; }

@media screen and (min-width: 50rem) { .specimen-outlined__border { margin: 2.5rem; } }

.specimen-outlined__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; padding-left: 2rem; padding-right: 2rem; }

@media screen and (min-width: 36rem) { .specimen-outlined__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .specimen-outlined__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-outlined__inner { max-width: 84rem; } }

@media screen and (min-width: 50rem) { .specimen-outlined__inner { padding-left: 1rem; padding-right: 1rem; margin-bottom: 6rem; } }

.specimen-outlined__title { font-size: 2rem; grid-column: 1 / -1; margin-bottom: 2rem; text-align: center; }

@media screen and (min-width: 50rem) { .specimen-outlined__title { grid-column: 2 / span 10; } }

.specimen-outlined__text { font-size: 2.5rem; grid-column: 1 / -1; }

@media screen and (min-width: 50rem) { .specimen-outlined__text { grid-column: 2 / span 10; font-size: 4.5rem; } }

.specimen-pinwheel__wheel { position: relative; width: 30vw; height: 30vw; margin: 0 auto; transform: rotate(var(--wheel-angle, 0deg)); }

.specimen-pinwheel__wheel[entries='2'] { --angle: 180deg; }

.specimen-pinwheel__wheel[entries='3'] { --angle: 120deg; }

.specimen-pinwheel__wheel[entries='4'] { --angle: 90deg; }

.specimen-pinwheel__wheel[entries='5'] { --angle: 72deg; }

.specimen-pinwheel__wheel[entries='6'] { --angle: 60deg; }

.specimen-pinwheel__wheel[entries='7'] { --angle: 51.42857deg; }

.specimen-pinwheel__wheel[entries='8'] { --angle: 45deg; }

.specimen-pinwheel__wheel[entries='9'] { --angle: 40deg; }

.specimen-pinwheel__wheel[entries='10'] { --angle: 36deg; }

.specimen-pinwheel__glyph { font-size: 8vw; font-weight: bold; line-height: 1; position: absolute; top: calc(0% - (8vw / 2)); left: calc(50% - (8vw / 2)); display: inline-block; width: 8vw; transform-origin: 50% 18.4vw; text-align: center; }

.specimen-pinwheel__glyph:nth-child(1) { transform: rotate(calc(var(--angle) * 1)); }

.specimen-pinwheel__glyph:nth-child(2) { transform: rotate(calc(var(--angle) * 2)); }

.specimen-pinwheel__glyph:nth-child(3) { transform: rotate(calc(var(--angle) * 3)); }

.specimen-pinwheel__glyph:nth-child(4) { transform: rotate(calc(var(--angle) * 4)); }

.specimen-pinwheel__glyph:nth-child(5) { transform: rotate(calc(var(--angle) * 5)); }

.specimen-pinwheel__glyph:nth-child(6) { transform: rotate(calc(var(--angle) * 6)); }

.specimen-pinwheel__glyph:nth-child(7) { transform: rotate(calc(var(--angle) * 7)); }

.specimen-pinwheel__glyph:nth-child(8) { transform: rotate(calc(var(--angle) * 8)); }

.specimen-pinwheel__glyph:nth-child(9) { transform: rotate(calc(var(--angle) * 9)); }

.specimen-pinwheel__glyph:nth-child(10) { transform: rotate(calc(var(--angle) * 10)); }

.specimen-tagged__inner { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .specimen-tagged__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-tagged__inner { max-width: 84rem; } }

@media screen and (min-width: 36rem) { .specimen-tagged__inner { display: grid; grid-column-gap: 1rem; } }

@media screen and (min-width: 36rem) and (min-width: 36rem) { .specimen-tagged__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.specimen-tagged__inner:not(:last-child) { margin-bottom: 2rem; }

@media screen and (min-width: 36rem) { .specimen-tagged__inner:not(:last-child) { margin-bottom: 10rem; } }

.specimen-tagged__text { font-size: 1.5rem; grid-column: 2 / span 10; }

.specimen-tagged__highlight { font-size: 11.5rem; grid-column: 2 / span 10; text-align: center; }

.specimen-waterfall { font-size: 6.8vw; line-height: 1.2; }

.specimen-waterfall__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .specimen-waterfall__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .specimen-waterfall__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-waterfall__inner { max-width: 84rem; } }

.specimen-waterfall__row { text-align: center; max-width: 100%; hyphens: auto; overflow-wrap: break-word; grid-column: 1 / -1; }

@media screen and (min-width: 50rem) { .specimen-waterfall__row { grid-column: 2 / span 10; } }

@media screen and (min-width: 84rem) { .specimen-waterfall__row { font-size: 5.8rem; } }

.specimen-weights-grid { font-size: 1.4rem; text-align: center; }

@media screen and (min-width: 50rem) { .specimen-weights-grid { text-align: unset; } }

.specimen-weights-grid__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; grid-row-gap: 4rem; }

@media screen and (min-width: 36rem) { .specimen-weights-grid__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .specimen-weights-grid__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-weights-grid__inner { max-width: 84rem; } }

@media screen and (min-width: 75rem) { .specimen-weights-grid__inner { grid-row-gap: 8rem; } }

@media screen and (min-width: 75rem) { .specimen-weights-grid__inner:before, .specimen-weights-grid__inner:after { content: ''; } }

.specimen-weights-grid__inner:before { grid-column: 1; grid-row-end: span 2; }

.specimen-weights-grid__inner:after { grid-column: 6 / span 2; grid-row: 1 / span 2; }

.specimen-weights-grid__cell { grid-column-start: 1; grid-column-end: -1; }

@media screen and (min-width: 50rem) { .specimen-weights-grid__cell { grid-column-start: unset; grid-column-end: span 6; } }

@media screen and (min-width: 75rem) { .specimen-weights-grid__cell { grid-column-end: span 4; } }

.specimen-weights-grid__cell--italic { font-style: italic; }

.specimen-weights-grid__cell :nth-child(1) { font-weight: 100; }

.specimen-weights-grid__cell :nth-child(2) { font-weight: 300; }

.specimen-weights-grid__cell :nth-child(3) { font-weight: 500; }

.specimen-weights-grid__cell :nth-child(4) { font-weight: 700; }

.specimen-weights-grid__cell :nth-child(5) { font-weight: 900; }

.specimen-weights-grid__row { display: block; }

.specimen-with-ears { overflow: hidden; }

.specimen-with-ears__ear { font-weight: 800; line-height: 0.6; position: absolute; top: -1rem; height: 10rem; display: none; }

@media screen and (min-width: 36rem) { .specimen-with-ears__ear { display: unset; font-size: 32rem; } }

@media screen and (min-width: 50rem) { .specimen-with-ears__ear { font-size: 45rem; } }

@media screen and (min-width: 75rem) { .specimen-with-ears__ear { font-size: 50rem; } }

.specimen-with-ears__ear--left { left: 0; transform: translateX(-11rem); }

@media screen and (min-width: 36rem) { .specimen-with-ears__ear--left { transform: translateX(-25%); } }

@media screen and (min-width: 50rem) { .specimen-with-ears__ear--left { transform: translateX(-16rem); } }

.specimen-with-ears__ear--right { right: 0; text-align: right; transform: translateX(11rem); }

@media screen and (min-width: 36rem) { .specimen-with-ears__ear--right { transform: translateX(25%); } }

@media screen and (min-width: 50rem) { .specimen-with-ears__ear--right { transform: translateX(16rem); } }

.specimen-with-ears__inner { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 36rem) { .specimen-with-ears__inner { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .specimen-with-ears__inner { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .specimen-with-ears__inner { max-width: 84rem; } }

.specimen-with-ears__text { font-weight: bold; text-align: center; }

@media screen and (min-width: 36rem) { .specimen-with-ears__text { font-size: 1.5rem; grid-column: 4 / span 6; } }

@media screen and (min-width: 50rem) { .specimen-with-ears__text { font-size: 2.4rem; } }

@media screen and (min-width: 75rem) { .specimen-with-ears__text { font-size: 3.75rem; } }

.designer__section-title { font-size: 0.8rem; font-weight: 400; position: relative; display: inline-block; margin-bottom: 1rem; letter-spacing: 2px; text-transform: uppercase; pointer-events: none; opacity: 0.8; }

@supports (font-variation-settings: normal) { .designer__section-title { font-variation-settings: 'wght' 300; } }

.designer__image { margin-bottom: 2rem; }

.content--composed .designer__name { font-size: 2.5rem; }

@media screen and (min-width: 36rem) { .content--composed .designer__name { font-size: 4rem; } }

@media screen and (min-width: 84rem) { .content--composed .designer__name { font-size: 9rem; } }

.designer-fonts { margin-top: 4rem; }

@media screen and (min-width: 36rem) { .designer-fonts { grid-column-end: span 3; grid-column-start: 7; margin-top: 0; } }

.designer-fonts .designer-fonts__list { font-size: 1.5rem; font-weight: bold; padding: 0; list-style-type: none; }

.designer-fonts__link { text-decoration: none; color: inherit; }

.designer-fonts__link:hover { text-decoration: underline; }

html.continuo { --color--primary: #ea533c; --color--contrast: #fff; }

html.discourse { --color--primary: #7b091a; --color--contrast: #fcd8c2; }

html.fleisch { --color--primary: #051629; --color--contrast: #dddcff; }

html.helfa { --color--primary: #ddbb11; --color--contrast: #141212; }

html.maxular { --color--primary: #fff; --color--contrast: #030303; }

html.oktal-mono { --color--primary: #3a4258; --color--contrast: #bbb8ce; }

html.overpass { --color--primary: #219653; --color--contrast: #f4f6f4; }

html.piston { --color--primary: #ff003d; --color--contrast: #0a213a; }

html.quara { --color--primary: #2f293e; --color--contrast: #c4b0ba; }

html.quita { --color--primary: #fefef1; --color--contrast: #0c7055; }

html.rieven { --color--primary: #405946; --color--contrast: #c9d7c2; }

html.sketchnote { --color--primary: #eddaba; --color--contrast: #000; }

html.stenciletta { --color--primary: #413f56; --color--contrast: #ce988d; }

html.summa { --color--primary: #444242; --color--contrast: #a8d242; }

html.tilden-sans { --color--primary: #581837; --color--contrast: #e6d0df; }

html.tome { --color--primary: #112244; --color--contrast: #dfdfdf; }

html.uppercut-angle { --color--primary: #c4a380; --color--contrast: #40423a; }

html.vena-amoris { --color--primary: #6c6660; --color--contrast: #efefef; }

.custom-gallery { width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; }

@media screen and (min-width: 75rem) { .custom-gallery { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .custom-gallery { max-width: 84rem; } }

.four-oh-four { width: 100vw; margin-top: -25rem; }

.four-oh-four .footer { z-index: 3; position: relative; }

.four-oh-four__button { position: fixed; z-index: 2; top: -2rem; right: 0; left: 0; cursor: pointer; mix-blend-mode: difference; display: grid; font-size: 5vw; place-items: center; border: none; background: transparent; }

.four-oh-four__svg { position: absolute; top: 0; left: 0; width: 100vw; height: calc(100vh + 4rem); color: var(--color--primary); }

.four-oh-four__clear { min-height: calc(110vh); }

.continuo { --fontStyle: 'Continuo'; }

.continuo .font-hero { --angle: 0deg; }

.continuo .font-hero:before, .continuo .font-hero:after { content: ''; width: 50vw; height: 50vw; background-image: url("https://static.production.df.faculty.net/f2b14fb7222ac1dc67feb222a54f2f90e5666ba46ffae5add05c45e018f659c48823f55cb15048cd4ad273ea3b8f8459-2019102003/img/continuo-labyrinth.svg"); background-size: cover; position: absolute; }

.continuo .font-hero:before { transform: rotate(var(--angle)); right: -10vw; top: 0; }

@media screen and (min-width: 50rem) { .continuo .font-hero:before { right: -35vw; top: 0; } }

.continuo .font-hero:after { transform: rotate(calc(var(--angle) * -1)); left: -25vw; bottom: -5vw; }

.continuo .purchase-family__entry { font-size: 2rem; line-height: 0.9; }

.discourse { --fontStyle: 'Discourse Heavy Middle'; }

.discourse [data-font-style] { font-family: var(--fontStyle); }

.discourse [data-font-style='Discourse Heavy Narrow'] { font-family: "Discourse Heavy Narrow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Narrow'] .glyphs-feature { font-family: "Discourse Heavy Narrow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Shadow'] { font-family: "Discourse Heavy Narrow Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Narrow Shadow'] .glyphs-feature { font-family: "Discourse Heavy Narrow Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Outline'] { font-family: "Discourse Heavy Narrow Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Narrow Outline'] .glyphs-feature { font-family: "Discourse Heavy Narrow Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Fill'] { font-family: "Discourse Heavy Narrow Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Narrow Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Narrow Fill'] .glyphs-feature { font-family: "Discourse Heavy Narrow Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle'] { font-family: "Discourse Heavy Middle"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Middle'] .glyphs-feature { font-family: "Discourse Heavy Middle"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Shadow'] { font-family: "Discourse Heavy Middle Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Middle Shadow'] .glyphs-feature { font-family: "Discourse Heavy Middle Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Outline'] { font-family: "Discourse Heavy Middle Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Middle Outline'] .glyphs-feature { font-family: "Discourse Heavy Middle Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Fill'] { font-family: "Discourse Heavy Middle Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Middle Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Middle Fill'] .glyphs-feature { font-family: "Discourse Heavy Middle Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide'] { font-family: "Discourse Heavy Wide"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Wide'] .glyphs-feature { font-family: "Discourse Heavy Wide"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Shadow'] { font-family: "Discourse Heavy Wide Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Wide Shadow'] .glyphs-feature { font-family: "Discourse Heavy Wide Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Outline'] { font-family: "Discourse Heavy Wide Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Wide Outline'] .glyphs-feature { font-family: "Discourse Heavy Wide Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Fill'] { font-family: "Discourse Heavy Wide Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Heavy Wide Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Heavy Wide Fill'] .glyphs-feature { font-family: "Discourse Heavy Wide Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow'] { font-family: "Discourse Light Narrow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Narrow'] .glyphs-feature { font-family: "Discourse Light Narrow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Shadow'] { font-family: "Discourse Light Narrow Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Narrow Shadow'] .glyphs-feature { font-family: "Discourse Light Narrow Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Outline'] { font-family: "Discourse Light Narrow Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Narrow Outline'] .glyphs-feature { font-family: "Discourse Light Narrow Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Fill'] { font-family: "Discourse Light Narrow Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Narrow Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Narrow Fill'] .glyphs-feature { font-family: "Discourse Light Narrow Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle'] { font-family: "Discourse Light Middle"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Middle'] .glyphs-feature { font-family: "Discourse Light Middle"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Shadow'] { font-family: "Discourse Light Middle Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Middle Shadow'] .glyphs-feature { font-family: "Discourse Light Middle Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Outline'] { font-family: "Discourse Light Middle Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Middle Outline'] .glyphs-feature { font-family: "Discourse Light Middle Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Fill'] { font-family: "Discourse Light Middle Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Middle Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Middle Fill'] .glyphs-feature { font-family: "Discourse Light Middle Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide'] { font-family: "Discourse Light Wide"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Wide'] .glyphs-feature { font-family: "Discourse Light Wide"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Shadow'] { font-family: "Discourse Light Wide Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Shadow'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Wide Shadow'] .glyphs-feature { font-family: "Discourse Light Wide Shadow"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Outline'] { font-family: "Discourse Light Wide Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Outline'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Wide Outline'] .glyphs-feature { font-family: "Discourse Light Wide Outline"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Fill'] { font-family: "Discourse Light Wide Fill"; font-weight: normal; font-style: normal; }

.discourse [data-font-style='Discourse Light Wide Fill'] .glyphs-grid__cells, .discourse [data-font-style='Discourse Light Wide Fill'] .glyphs-feature { font-family: "Discourse Light Wide Fill"; font-weight: normal; font-style: normal; }

.discourse .font-hero__title { font-family: 'Discourse Heavy Middle Fill', cursive; position: relative; z-index: 1; }

.discourse .font-hero__title:before, .discourse .font-hero__title:after { position: absolute; top: 0; left: 50%; width: 100%; content: attr(data-layer-text); transform: translateX(-50%); }

.discourse .font-hero__title:before { font-family: 'Discourse Heavy Middle Outline', cursive; z-index: -1; color: var(--color--primary); }

.discourse .font-hero__title:after { font-family: 'Discourse Heavy Middle Shadow', cursive; z-index: -2; }

.discourse .font-hero__subtitle { font-family: 'Discourse Light Narrow'; }

.discourse .specimen-tagged__inner { margin-bottom: 5rem; }

.discourse .specimen-tagged__inner:first-child { font-family: 'Discourse Light Narrow'; }

.discourse .specimen-tagged__highlight { font-size: 3rem; line-height: 1; overflow: hidden; }

@media screen and (min-width: 36rem) { .discourse .specimen-tagged__highlight { font-size: 9rem; } }

.discourse .specimen-large-word:last-child { font-family: 'Discourse Heavy Middle Fill', cursive; z-index: 1; color: var(--primary); }

.discourse .specimen-large-word:last-child span:before, .discourse .specimen-large-word:last-child span:after { position: absolute; top: 0; right: 0; left: 0; content: attr(data-layer-text); }

.discourse .specimen-large-word:last-child span:before { font-family: 'Discourse Heavy Middle Outline', cursive; z-index: -1; color: var(--contrast); }

.discourse .specimen-large-word:last-child span:after { font-family: 'Discourse Heavy Middle Shadow', cursive; z-index: -2; color: var(--primary); }

.discourse .ot-feature { font-family: 'Discourse Light Narrow'; }

.discourse #glyphs-ligatures { font-feature-settings: 'frac' on; }

.discourse .glyphs-feature__feature { line-height: 1.1; }

.discourse .purchase-family__entry { font-size: 2rem; line-height: 1.3; }

.discourse-layers { display: grid; grid-column-gap: 1rem; width: 100%; margin: 0 auto; padding-left: 1rem; padding-right: 1rem; font-family: "Tome Sans", sans-serif; }

@media screen and (min-width: 36rem) { .discourse-layers { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

@media screen and (min-width: 75rem) { .discourse-layers { max-width: 75rem; } }

@media screen and (min-width: 84rem) { .discourse-layers { max-width: 84rem; } }

.discourse-layers__inner { grid-column-end: span 12; }

@media screen and (min-width: 36rem) { .discourse-layers__inner { grid-column: 2 / span 10; } }

.discourse-layers__list { display: grid; grid-gap: 2rem; list-style-type: none; }

@media screen and (min-width: 36rem) { .discourse-layers__list { grid-auto-flow: column; } }

.discourse-layer__instruction span { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.discourse-layer__character { font-size: 5rem; text-align: center; }

.discourse-layer__character[data-layer-text] { position: relative; z-index: 1; }

.discourse-layer__character[data-layer-text]:before, .discourse-layer__character[data-layer-text]:after { position: absolute; top: 0; right: 0; left: 0; content: attr(data-layer-text); color: var(--color--primary); }

.discourse-layer__character[data-layer-text]:before { font-family: 'Discourse Heavy Narrow Outline', cursive; z-index: -1; opacity: 0.5; color: var(--color--primary); }

.discourse-layer__character[data-layer-text]:after { font-family: 'Discourse Heavy Narrow Shadow', cursive; z-index: -2; opacity: 0.2; }

.fleisch { --fontStyle: 'Fleisch Wolf'; }

.fleisch [data-font-style] { font-family: var(--fontStyle); }

.fleisch [data-font-style='Fleisch Wolf'] { font-family: "Fleisch Wolf"; font-weight: normal; font-style: normal; }

.fleisch [data-font-style='Fleisch Wolf'] .glyphs-grid__cells, .fleisch [data-font-style='Fleisch Wolf'] .glyphs-feature { font-family: "Fleisch Wolf"; font-weight: normal; font-style: normal; }

.fleisch [data-font-style='Fleisch Wurst'] { font-family: "Fleisch Wurst"; font-weight: normal; font-style: normal; }

.fleisch [data-font-style='Fleisch Wurst'] .glyphs-grid__cells, .fleisch [data-font-style='Fleisch Wurst'] .glyphs-feature { font-family: "Fleisch Wurst"; font-weight: normal; font-style: normal; }

.fleisch .specimen-waterfall__row:nth-child(n + 3) { font-family: 'Fleisch Wurst'; }

.fleisch .specimen-large-word :first-letter { font-feature-settings: 'ss01'; }

.fleisch .purchase-family__entry { font-size: 2.5rem; line-height: 0.9; }

.helfa { --fontStyle: 'Helfa'; }

.helfa [data-font-style] { font-family: var(--fontStyle); }

.helfa [data-font-style='Helfa Bold'] { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.helfa [data-font-style='Helfa Bold'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.helfa [data-font-style='Helfa Bold Italic'] { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.helfa [data-font-style='Helfa Bold Italic'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Bold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.helfa [data-font-style='Helfa Semibold'] { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.helfa [data-font-style='Helfa Semibold'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Semibold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.helfa [data-font-style='Helfa Semibold Italic'] { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.helfa [data-font-style='Helfa Semibold Italic'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Semibold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.helfa [data-font-style='Helfa Medium'] { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.helfa [data-font-style='Helfa Medium'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Medium'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.helfa [data-font-style='Helfa Medium Italic'] { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.helfa [data-font-style='Helfa Medium Italic'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Medium Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.helfa [data-font-style='Helfa Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.helfa [data-font-style='Helfa Regular'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.helfa [data-font-style='Helfa Regular Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.helfa [data-font-style='Helfa Regular Italic'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Regular Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.helfa [data-font-style='Helfa Light'] { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.helfa [data-font-style='Helfa Light'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Light'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.helfa [data-font-style='Helfa Light Italic'] { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.helfa [data-font-style='Helfa Light Italic'] .glyphs-grid__cells, .helfa [data-font-style='Helfa Light Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.helfa .font-hero__title { font-size: 12rem; font-weight: 300; text-transform: uppercase; }

.helfa .specimen-waterfall__row { font-size: 4.1rem; }

.helfa .specimen-waterfall__row:nth-child(n + 1) { font-weight: 900; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 2) { font-weight: 800; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 3) { font-weight: 700; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 4) { font-weight: 600; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 5) { font-weight: 500; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 6) { font-weight: 400; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 7) { font-weight: 300; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 8) { font-weight: 200; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 9) { font-weight: 100; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .specimen-waterfall__row:nth-child(n + 10) { font-weight: 0; }

.helfa .specimen-waterfall__row:nth-child(even) { font-style: italic; }

.helfa .story-section { font-family: var(--fontStyle); }

.helfa .glyphs-feature { font-family: var(--fontStyle); }

.helfa .glyphs-grid__cell { line-height: 1.5; }

.maxular { --fontStyle: 'Maxular'; }

.maxular [data-font-style] { font-family: var(--fontStyle); }

.maxular [data-font-style='Maxular Bold'] { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.maxular [data-font-style='Maxular Bold'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.maxular [data-font-style='Maxular Bold Italic'] { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.maxular [data-font-style='Maxular Bold Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Bold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.maxular [data-font-style='Maxular Semibold'] { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.maxular [data-font-style='Maxular Semibold'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Semibold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.maxular [data-font-style='Maxular Semibold Italic'] { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.maxular [data-font-style='Maxular Semibold Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Semibold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.maxular [data-font-style='Maxular Medium'] { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.maxular [data-font-style='Maxular Medium'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Medium'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.maxular [data-font-style='Maxular Medium Italic'] { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.maxular [data-font-style='Maxular Medium Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Medium Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.maxular [data-font-style='Maxular Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.maxular [data-font-style='Maxular Regular'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.maxular [data-font-style='Maxular Regular Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.maxular [data-font-style='Maxular Regular Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Regular Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.maxular [data-font-style='Maxular Light'] { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.maxular [data-font-style='Maxular Light'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Light'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.maxular [data-font-style='Maxular Light Italic'] { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.maxular [data-font-style='Maxular Light Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Light Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.maxular [data-font-style='Maxular Extralight'] { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

.maxular [data-font-style='Maxular Extralight'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Extralight'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

.maxular [data-font-style='Maxular Extralight Italic'] { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

.maxular [data-font-style='Maxular Extralight Italic'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Extralight Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

.maxular [data-font-style='Maxular Rx'] { font-family: "Maxular Rx"; font-weight: normal; font-style: normal; }

.maxular [data-font-style='Maxular Rx'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Rx'] .glyphs-feature { font-family: "Maxular Rx"; font-weight: normal; font-style: normal; }

.maxular [data-font-style='Maxular Rx Bold'] { font-family: "Maxular Rx"; font-weight: bold; font-style: normal; }

.maxular [data-font-style='Maxular Rx Bold'] .glyphs-grid__cells, .maxular [data-font-style='Maxular Rx Bold'] .glyphs-feature { font-family: "Maxular Rx"; font-weight: bold; font-style: normal; }

.maxular .specimen-tagged__inner[data-font-style] { font-weight: bold; }

.maxular .specimen-large-word { font-size: 7vw; }

.maxular .specimen-composed-content p { line-height: 1.5; }

.maxular .glyphs-grid__cell { line-height: 1.6; }

.maxular .purchase-family__entry { font-size: 2rem; }

.oktal-mono { --fontStyle: 'Oktal Mono'; }

.oktal-mono [data-font-style] { font-family: var(--fontStyle); }

.oktal-mono [data-font-style='Oktal Mono Bold'] { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.oktal-mono [data-font-style='Oktal Mono Bold'] .glyphs-grid__cells, .oktal-mono [data-font-style='Oktal Mono Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.oktal-mono [data-font-style='Oktal Mono Bold Italic'] { font-family: var(--fontStyle); font-weight: bold; font-style: italic; }

.oktal-mono [data-font-style='Oktal Mono Bold Italic'] .glyphs-grid__cells, .oktal-mono [data-font-style='Oktal Mono Bold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: bold; font-style: italic; }

.oktal-mono [data-font-style='Oktal Mono Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.oktal-mono [data-font-style='Oktal Mono Regular'] .glyphs-grid__cells, .oktal-mono [data-font-style='Oktal Mono Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.oktal-mono [data-font-style='Oktal Mono Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.oktal-mono [data-font-style='Oktal Mono Italic'] .glyphs-grid__cells, .oktal-mono [data-font-style='Oktal Mono Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.oktal-mono .font-hero__title { font-weight: bold; }

.oktal-mono .specimen-waterfall__row { font-size: 5.5vw; }

.oktal-mono .specimen-waterfall__row:nth-child(1), .oktal-mono .specimen-waterfall__row:nth-child(2) { font-weight: bold; }

.oktal-mono .specimen-waterfall__row:nth-child(3), .oktal-mono .specimen-waterfall__row:nth-child(4) { font-weight: bold; font-style: italic; }

.oktal-mono .specimen-waterfall__row:nth-child(7), .oktal-mono .specimen-waterfall__row:nth-child(8) { font-style: italic; }

.oktal-mono .specimen-composed-content__column p:nth-of-type(even) { font-style: italic; }

.oktal-mono .specimen-large-word { font-size: 7vw; }

.overpass { --fontStyle: 'Overpass'; }

.overpass [data-font-style] { font-family: var(--fontStyle); }

.overpass [data-font-style='Overpass Heavy'] { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

.overpass [data-font-style='Overpass Heavy'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Heavy'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

.overpass [data-font-style='Overpass Heavy Italic'] { font-family: var(--fontStyle); font-weight: 900; font-style: italic; }

.overpass [data-font-style='Overpass Heavy Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Heavy Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 900; font-style: italic; }

.overpass [data-font-style='Overpass Extrabold'] { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.overpass [data-font-style='Overpass Extrabold'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Extrabold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.overpass [data-font-style='Overpass Extrabold Italic'] { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.overpass [data-font-style='Overpass Extrabold Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Extrabold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

.overpass [data-font-style='Overpass Bold'] { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.overpass [data-font-style='Overpass Bold'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.overpass [data-font-style='Overpass Bold Italic'] { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.overpass [data-font-style='Overpass Bold Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Bold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

.overpass [data-font-style='Overpass Semibold'] { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.overpass [data-font-style='Overpass Semibold'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Semibold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.overpass [data-font-style='Overpass Semibold Italic'] { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.overpass [data-font-style='Overpass Semibold Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Semibold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

.overpass [data-font-style='Overpass Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.overpass [data-font-style='Overpass Regular'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.overpass [data-font-style='Overpass Regular Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.overpass [data-font-style='Overpass Regular Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Regular Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.overpass [data-font-style='Overpass Light'] { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.overpass [data-font-style='Overpass Light'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Light'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.overpass [data-font-style='Overpass Light Italic'] { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.overpass [data-font-style='Overpass Light Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Light Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

.overpass [data-font-style='Overpass Extralight'] { font-family: var(--fontStyle); font-weight: 200; font-style: normal; }

.overpass [data-font-style='Overpass Extralight'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Extralight'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 200; font-style: normal; }

.overpass [data-font-style='Overpass Extralight Italic'] { font-family: var(--fontStyle); font-weight: 200; font-style: italic; }

.overpass [data-font-style='Overpass Extralight Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Extralight Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 200; font-style: italic; }

.overpass [data-font-style='Overpass Thin'] { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

.overpass [data-font-style='Overpass Thin'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Thin'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

.overpass [data-font-style='Overpass Thin Italic'] { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

.overpass [data-font-style='Overpass Thin Italic'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Thin Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

.overpass [data-font-style='Overpass Mono Light'] { font-family: "Overpass Mono"; font-weight: 300; font-style: normal; }

.overpass [data-font-style='Overpass Mono Light'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Mono Light'] .glyphs-feature { font-family: "Overpass Mono"; font-weight: 300; font-style: normal; }

.overpass [data-font-style='Overpass Mono Regular'] { font-family: "Overpass Mono"; font-weight: normal; font-style: normal; }

.overpass [data-font-style='Overpass Mono Regular'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Mono Regular'] .glyphs-feature { font-family: "Overpass Mono"; font-weight: normal; font-style: normal; }

.overpass [data-font-style='Overpass Mono Semibold'] { font-family: "Overpass Mono"; font-weight: 600; font-style: normal; }

.overpass [data-font-style='Overpass Mono Semibold'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Mono Semibold'] .glyphs-feature { font-family: "Overpass Mono"; font-weight: 600; font-style: normal; }

.overpass [data-font-style='Overpass Mono Bold'] { font-family: "Overpass Mono"; font-weight: 700; font-style: normal; }

.overpass [data-font-style='Overpass Mono Bold'] .glyphs-grid__cells, .overpass [data-font-style='Overpass Mono Bold'] .glyphs-feature { font-family: "Overpass Mono"; font-weight: 700; font-style: normal; }

.overpass .font-hero__title { font-weight: bold; }

.overpass .specimen-waterfall__row:nth-child(n + 1) { font-weight: 900; }

.overpass .specimen-waterfall__row:nth-child(n + 2) { font-weight: 800; }

.overpass .specimen-waterfall__row:nth-child(n + 3) { font-weight: 700; }

.overpass .specimen-waterfall__row:nth-child(n + 4) { font-weight: 600; }

.overpass .specimen-waterfall__row:nth-child(n + 5) { font-weight: 500; }

.overpass .specimen-waterfall__row:nth-child(n + 6) { font-weight: 400; }

.overpass .specimen-waterfall__row:nth-child(n + 7) { font-weight: 300; }

.overpass .specimen-waterfall__row:nth-child(n + 8) { font-weight: 200; }

.overpass .specimen-waterfall__row:nth-child(n + 9) { font-weight: 100; }

.overpass .specimen-waterfall__row:nth-child(n + 10) { font-weight: 0; }

.overpass .specimen-waterfall__row:nth-child(2), .overpass .specimen-waterfall__row:nth-child(4), .overpass .specimen-waterfall__row:nth-child(6) { font-style: italic; }

.overpass .specimen-waterfall:nth-last-child(2) .specimen-waterfall__row:nth-child(1) { font-weight: 700; }

.overpass .specimen-waterfall:nth-last-child(2) .specimen-waterfall__row:nth-child(2) { font-weight: 600; }

.overpass .specimen-waterfall:nth-last-child(2) .specimen-waterfall__row:nth-child(3) { font-weight: normal; }

.overpass .specimen-waterfall:nth-last-child(2) .specimen-waterfall__row:nth-child(4) { font-weight: 300; }

.overpass .specimen-tagged__highlight { font-size: 9.2rem; }

.overpass .specimen-pinwheel { font-weight: bold; }

.overpass .specimen-large-word { font-weight: 1000; }

.overpass .specimen-component:nth-last-child(3) { font-size: 10vw; font-weight: normal; font-family: 'Overpass Mono'; }

.overpass .specimen-component:nth-last-child(2), .overpass .specimen-component:nth-last-child(1) { font-family: 'Overpass Mono'; }

.overpass .specimen-component:nth-child(n + 3)[data-staple]:before, .overpass .specimen-component:nth-child(n + 3)[data-staple]:after { content: 'Overpass Mono'; }

.overpass .story-section__content { font-family: 'Overpass'; }

.overpass code { font-family: 'Overpass Mono'; }

.overpass .purchase-family__entry { font-size: 2rem; line-height: 1; }

.piston { --fontStyle: 'Piston'; }

.piston .font-hero__title { font-size: 15rem; line-height: 1; }

.piston .font-hero__subtitle { font-size: 4.5rem; margin-bottom: 0; }

.piston .purchase-family__entry { font-size: 2rem; line-height: 1.9rem; }

.quara { --fontStyle: 'Quara'; }

.quara .specimen-outlined__inner:first-child .specimen-outlined__title { font-size: 5rem; }

.quara .specimen-outlined__text { line-height: 1.1; }

.quara .specimen-waterfall__row { font-size: 4.4rem; }

.quara .specimen-waterfall__row:nth-of-type(odd) { font-size: 6.4rem; }

.quara .glyphs-grid__cell { line-height: 1.6; }

.quara .glyphs-feature { font-family: var(--fontStyle); line-height: 1; }

.quita { --fontStyle: 'Quita'; }

.quita .font-hero__inner { margin-top: -8rem; }

.quita .font-hero__title { font-size: 11rem; margin-bottom: -8rem; }

.quita .font-hero__subtitle { font-size: 4rem; line-height: 1.3; margin-bottom: 0; }

.quita .specimen-waterfall__row { font-feature-settings: 'salt', 'calt', 'dlig'; font-size: 4.6rem; line-height: 1.8; }

.quita .specimen-large-word { font-size: 10vw; }

.quita .specimen-outlined { line-height: 2; }

.quita .story-section__title { line-height: 2; }

.quita .glyphs-grid__cell { line-height: 2; }

.quita .glyphs-feature { line-height: 1; margin-top: 8rem; }

.quita .purchase-family__entry { font-size: 3rem; line-height: 1; }

.rieven { --fontStyle: 'Rieven Uncial'; }

.rieven [data-font-style] { font-family: var(--fontStyle); }

.rieven [data-font-style='Rieven Uncial'] { font-family: "Rieven Uncial"; font-weight: normal; font-style: normal; }

.rieven [data-font-style='Rieven Uncial'] .glyphs-grid__cells, .rieven [data-font-style='Rieven Uncial'] .glyphs-feature { font-family: "Rieven Uncial"; font-weight: normal; font-style: normal; }

.rieven [data-font-style='Rieven Uncial Italic'] { font-family: "Rieven Uncial"; font-weight: normal; font-style: italic; }

.rieven [data-font-style='Rieven Uncial Italic'] .glyphs-grid__cells, .rieven [data-font-style='Rieven Uncial Italic'] .glyphs-feature { font-family: "Rieven Uncial"; font-weight: normal; font-style: italic; }

.rieven [data-font-style='Rieven Roman'] { font-family: "Rieven Roman"; font-weight: normal; font-style: normal; }

.rieven [data-font-style='Rieven Roman'] .glyphs-grid__cells, .rieven [data-font-style='Rieven Roman'] .glyphs-feature { font-family: "Rieven Roman"; font-weight: normal; font-style: normal; }

.rieven [data-font-style='Rieven Roman Italic'] { font-family: "Rieven Roman"; font-weight: normal; font-style: italic; }

.rieven [data-font-style='Rieven Roman Italic'] .glyphs-grid__cells, .rieven [data-font-style='Rieven Roman Italic'] .glyphs-feature { font-family: "Rieven Roman"; font-weight: normal; font-style: italic; }

.rieven [data-font-style='Rieven Ornaments'] { font-family: "Rieven Ornaments"; font-weight: normal; font-style: normal; }

.rieven [data-font-style='Rieven Ornaments'] .glyphs-grid__cells, .rieven [data-font-style='Rieven Ornaments'] .glyphs-feature { font-family: "Rieven Ornaments"; font-weight: normal; font-style: normal; }

.rieven .specimen-outlined__inner { line-height: 1.2; }

.rieven .specimen-outlined__inner:first-child .specimen-outlined__title { font-size: 3.3rem; font-style: italic; }

.rieven .specimen-pinwheel { font-family: 'Rieven Ornaments'; }

.rieven .specimen-compare-glyph [data-font-style='Rieven Roman'] { line-height: 0; }

.rieven .specimen-compare-glyph [data-font-style='Rieven Uncial'] { line-height: 2; }

.rieven .story-section__content h2 { font-family: var(--font--specimen, Tome Sans, sans-serif); font-size: 3.2rem; margin-top: 2rem; margin-bottom: 1rem; }

.rieven .ot-feature-section__title { margin-bottom: 1rem; }

.rieven .ot-feature--inactive { font-feature-settings: 'dlig' off, 'liga' off, 'salt' off, 'calt' off; }

.rieven .glyphs-grid__cell { line-height: 1.6; }

.rieven .glyphs-feature__feature { line-height: 1.2; }

.rieven .purchase-family__entry { font-size: 1.6rem; }

.sketchnote { --fontStyle: 'Sketchnote Text'; }

.sketchnote [data-font-style] { font-family: var(--fontStyle); }

.sketchnote [data-font-style='Sketchnote Text'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Text'] .glyphs-grid__cells, .sketchnote [data-font-style='Sketchnote Text'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Text Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.sketchnote [data-font-style='Sketchnote Text Italic'] .glyphs-grid__cells, .sketchnote [data-font-style='Sketchnote Text Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.sketchnote [data-font-style='Sketchnote Text Bold'] { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Text Bold'] .glyphs-grid__cells, .sketchnote [data-font-style='Sketchnote Text Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Square'] { font-family: "Sketchnote Square"; font-weight: normal; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Square'] .glyphs-grid__cells, .sketchnote [data-font-style='Sketchnote Square'] .glyphs-feature { font-family: "Sketchnote Square"; font-weight: normal; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Dingbats'] { font-family: "Sketchnote Dingbats"; font-weight: normal; font-style: normal; }

.sketchnote [data-font-style='Sketchnote Dingbats'] .glyphs-grid__cells, .sketchnote [data-font-style='Sketchnote Dingbats'] .glyphs-feature { font-family: "Sketchnote Dingbats"; font-weight: normal; font-style: normal; }

.sketchnote .font-hero { overflow: hidden; }

.sketchnote .font-hero:before, .sketchnote .font-hero:after { font-family: 'Sketchnote Dingbats', cursive; font-size: 15rem; line-height: 0; position: absolute; z-index: -1; }

@media screen and (min-width: 50rem) { .sketchnote .font-hero:before, .sketchnote .font-hero:after { font-size: 25rem; } }

.sketchnote .font-hero:before { top: 5rem; right: 0; content: '1'; color: #db6b91; }

@media screen and (min-width: 50rem) { .sketchnote .font-hero:before { top: 14rem; right: 5rem; } }

.sketchnote .font-hero:after { top: 25rem; left: 0; content: 'G'; transform: rotate(-13deg); color: #dc3f0c; }

.sketchnote .font-hero__title { font-family: 'Sketchnote Square'; }

.sketchnote .font-hero__subtitle { line-height: 1.2; }

.sketchnote .specimen-outlined__inner { margin-bottom: 2rem; }

.sketchnote .specimen-outlined__inner .specimen-outlined__title { font-family: 'Sketchnote Square'; margin-bottom: 1rem; }

.sketchnote .specimen-outlined__text { font-size: 1.5rem; }

@media screen and (min-width: 36rem) { .sketchnote .specimen-outlined__text { font-size: 3rem; } }

.sketchnote .specimen-waterfall__row:nth-child(1), .sketchnote .specimen-waterfall__row:nth-child(2) { font-weight: bold; }

.sketchnote .specimen-waterfall__row:nth-child(5), .sketchnote .specimen-waterfall__row:nth-child(6) { font-style: italic; }

.sketchnote .specimen-waterfall__row:nth-child(7), .sketchnote .specimen-waterfall__row:nth-child(8) { font-family: 'Sketchnote Square'; }

.sketchnote .specimen-tagged__highlight { font-size: 5vw; }

.sketchnote .story-section__title, .sketchnote .glyphs-section__title, .sketchnote .buy-section__title { font-family: 'Sketchnote Square'; }

.sketchnote .story-section__group:nth-last-child(1) .purchase-family__entry:after, .sketchnote .glyphs-section__group:nth-last-child(1) .purchase-family__entry:after, .sketchnote .buy-section__group:nth-last-child(1) .purchase-family__entry:after { font-size: 0.5em; display: block; margin-top: 0.8rem; content: ' (and Sketchnote Dingbats!)'; }

.sketchnote .purchase-family__entry { font-size: 2rem; line-height: 1; }

.stenciletta { --fontStyle: 'Stenciletta'; }

.stenciletta [data-font-style] { font-family: var(--fontStyle); }

.stenciletta [data-font-style='Stenciletta Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Left'] { font-family: "Stenciletta Left"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Left'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Regular Left'] .glyphs-feature { font-family: "Stenciletta Left"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Right'] { font-family: "Stenciletta Right"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Right'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Regular Right'] .glyphs-feature { font-family: "Stenciletta Right"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Solid'] { font-family: "Stenciletta Solid"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Regular Solid'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Regular Solid'] .glyphs-feature { font-family: "Stenciletta Solid"; font-weight: normal; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold'] { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Left'] { font-family: "Stenciletta Left"; font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Left'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Bold Left'] .glyphs-feature { font-family: "Stenciletta Left"; font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Right'] { font-family: "Stenciletta Right"; font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Right'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Bold Right'] .glyphs-feature { font-family: "Stenciletta Right"; font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Solid'] { font-family: "Stenciletta Solid"; font-weight: bold; font-style: normal; }

.stenciletta [data-font-style='Stenciletta Bold Solid'] .glyphs-grid__cells, .stenciletta [data-font-style='Stenciletta Bold Solid'] .glyphs-feature { font-family: "Stenciletta Solid"; font-weight: bold; font-style: normal; }

.stenciletta .font-hero__title { font-family: 'Stenciletta Right', cursive; font-size: 13rem; position: relative; }

.stenciletta .font-hero__title:before { font-family: 'Stenciletta Left', cursive; position: absolute; opacity: 0.5; top: 0; right: 0; left: 0; width: 100%; content: attr(data-layer-text); }

.stenciletta .font-hero__subtitle { font-family: 'Stenciletta Solid'; }

.stenciletta .specimen-composed-content__inner h3 { font-weight: bold; }

.stenciletta .specimen-composed-content__inner p { font-family: 'Stenciletta Solid'; font-size: 1.2rem; max-width: unset; }

.stenciletta .specimen-composed-content__inner ul { font-family: 'Stenciletta Solid'; font-size: 1.2rem; }

.stenciletta .specimen-waterfall__row:nth-child(1), .stenciletta .specimen-waterfall__row:nth-child(2) { font-weight: bold; }

.stenciletta .specimen-waterfall__row:nth-child(5), .stenciletta .specimen-waterfall__row:nth-child(6) { font-family: 'Stenciletta Solid'; font-weight: bold; }

.stenciletta .specimen-waterfall__row:nth-child(7), .stenciletta .specimen-waterfall__row:nth-child(8) { font-family: 'Stenciletta Solid'; }

.stenciletta .purchase-family__entry { font-size: 2.5rem; line-height: 0.8; }

.stenciletta-layers { display: grid; grid-column-gap: 1rem; font-family: "Tome Sans", sans-serif; }

@media screen and (min-width: 36rem) { .stenciletta-layers { grid-template-columns: repeat(12, minmax(0, 1fr)); } }

.stenciletta-layers__inner { grid-column-end: span 12; }

@media screen and (min-width: 36rem) { .stenciletta-layers__inner { grid-column: 2 / span 10; } }

.stenciletta-layers__list { display: grid; grid-gap: 2rem; list-style-type: none; }

@media screen and (min-width: 36rem) { .stenciletta-layers__list { grid-auto-flow: column; } }

.stenciletta-layer:nth-child(2) .stenciletta-layer__character { opacity: 0.5; }

.stenciletta-layer__instruction span { font-size: 0.6rem; font-weight: 800; font-variation-settings: 'wght' 800; letter-spacing: 2px; text-transform: uppercase; }

.stenciletta-layer__character { font-size: 5rem; text-align: center; }

.stenciletta-layer__character[data-layer-text] { position: relative; z-index: 1; }

.stenciletta-layer__character[data-layer-text]:before { position: absolute; top: 0; right: 0; left: 0; content: attr(data-layer-text); opacity: 0.5; font-family: 'Stenciletta Right'; }

.summa { --fontStyle: 'Summa'; }

.summa [data-font-style] { font-family: var(--fontStyle); }

.summa [data-font-style='Summa Regular'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.summa [data-font-style='Summa Regular'] .glyphs-grid__cells, .summa [data-font-style='Summa Regular'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.summa [data-font-style='Summa Italic'] { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.summa [data-font-style='Summa Italic'] .glyphs-grid__cells, .summa [data-font-style='Summa Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: italic; }

.summa [data-font-style='Summa Inline'] { font-family: "Summa Inline"; font-weight: normal; font-style: normal; }

.summa [data-font-style='Summa Inline'] .glyphs-grid__cells, .summa [data-font-style='Summa Inline'] .glyphs-feature { font-family: "Summa Inline"; font-weight: normal; font-style: normal; }

.summa .font-hero__title { font-family: 'Summa Inline', serif; font-size: 12rem; }

.summa .font-hero__subtitle { font-size: 4.5rem; line-height: 1; }

.summa .specimen-waterfall__row { font-size: 6vw; }

.summa .specimen-waterfall__row:nth-child(3), .summa .specimen-waterfall__row:nth-child(4) { font-style: italic; }

.summa .specimen-waterfall__row:nth-child(5), .summa .specimen-waterfall__row:nth-child(6) { font-family: 'Summa Inline'; }

.summa .glyphs-feature__feature { line-height: 1; }

.summa .purchase-family__entry { font-size: 2rem; line-height: 0.9; }

.tilden-sans { --fontStyle: 'Tilden Sans'; }

.tilden-sans [data-font-style] { font-family: var(--fontStyle); }

.tilden-sans [data-font-style='Tilden Sans Black'] { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Black'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans Black'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans ExtraBold'] { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans ExtraBold'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans ExtraBold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Bold'] { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Bold'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans SemiBold'] { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans SemiBold'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans SemiBold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Medium'] { font-family: var(--fontStyle); font-weight: 500; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Medium'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans Medium'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 500; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Book'] { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Book'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans Book'] .glyphs-feature { font-family: var(--fontStyle); font-weight: normal; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Light'] { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.tilden-sans [data-font-style='Tilden Sans Light'] .glyphs-grid__cells, .tilden-sans [data-font-style='Tilden Sans Light'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 1) { font-weight: 900; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 2) { font-weight: 800; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 3) { font-weight: 700; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 4) { font-weight: 600; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 5) { font-weight: 500; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 6) { font-weight: 400; }

.tilden-sans .specimen-waterfall__row:nth-child(n + 7) { font-weight: 300; }

.tilden-sans .specimen-composed-content { font-size: 1.4rem; }

.tome { --fontStyle: 'Tome Sans'; }

.tome [data-font-style] { font-family: var(--fontStyle); }

.tome [data-font-style='Tome Sans Black'] { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Black'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 900, "slnt" 0; } }

.tome [data-font-style='Tome Sans Black'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Black'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 900; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Black'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Black'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 900, "slnt" 0; } }

.tome [data-font-style='Tome Sans Black Italic'] { font-family: var(--fontStyle); font-weight: 900; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Black Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 900, "slnt" -10; } }

.tome [data-font-style='Tome Sans Black Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Black Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 900; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Black Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Black Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 900, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraBold'] { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraBold'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 800, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraBold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraBold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraBold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraBold'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 800, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraBold Italic'] { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraBold Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 800, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraBold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraBold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 800; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraBold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraBold Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 800, "slnt" -10; } }

.tome [data-font-style='Tome Sans Bold'] { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Bold'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 700, "slnt" 0; } }

.tome [data-font-style='Tome Sans Bold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Bold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Bold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Bold'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 700, "slnt" 0; } }

.tome [data-font-style='Tome Sans Bold Italic'] { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Bold Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 700, "slnt" -10; } }

.tome [data-font-style='Tome Sans Bold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Bold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 700; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Bold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Bold Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 700, "slnt" -10; } }

.tome [data-font-style='Tome Sans SemiBold'] { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans SemiBold'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 600, "slnt" 0; } }

.tome [data-font-style='Tome Sans SemiBold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans SemiBold'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans SemiBold'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans SemiBold'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 600, "slnt" 0; } }

.tome [data-font-style='Tome Sans SemiBold Italic'] { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans SemiBold Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 600, "slnt" -10; } }

.tome [data-font-style='Tome Sans SemiBold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans SemiBold Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 600; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans SemiBold Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans SemiBold Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 600, "slnt" -10; } }

.tome [data-font-style='Tome Sans Medium'] { font-family: var(--fontStyle); font-weight: 500; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Medium'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 500, "slnt" 0; } }

.tome [data-font-style='Tome Sans Medium'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Medium'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 500; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Medium'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Medium'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 500, "slnt" 0; } }

.tome [data-font-style='Tome Sans Medium Italic'] { font-family: var(--fontStyle); font-weight: 500; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Medium Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 500, "slnt" -10; } }

.tome [data-font-style='Tome Sans Medium Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Medium Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 500; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Medium Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Medium Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 500, "slnt" -10; } }

.tome [data-font-style='Tome Sans Book'] { font-family: var(--fontStyle); font-weight: 400; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Book'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 400, "slnt" 0; } }

.tome [data-font-style='Tome Sans Book'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Book'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 400; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Book'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Book'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 400, "slnt" 0; } }

.tome [data-font-style='Tome Sans Book Italic'] { font-family: var(--fontStyle); font-weight: 400; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Book Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 400, "slnt" -10; } }

.tome [data-font-style='Tome Sans Book Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Book Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 400; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Book Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Book Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 400, "slnt" -10; } }

.tome [data-font-style='Tome Sans Light'] { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Light'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 300, "slnt" 0; } }

.tome [data-font-style='Tome Sans Light'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Light'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Light'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Light'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 300, "slnt" 0; } }

.tome [data-font-style='Tome Sans Light Italic'] { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Light Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 300, "slnt" -10; } }

.tome [data-font-style='Tome Sans Light Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Light Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 300; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Light Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Light Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 300, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraLight'] { font-family: var(--fontStyle); font-weight: 200; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraLight'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 200, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraLight'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraLight'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 200; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraLight'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraLight'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 200, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraLight Italic'] { font-family: var(--fontStyle); font-weight: 200; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraLight Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 200, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraLight Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraLight Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 200; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraLight Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraLight Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 200, "slnt" -10; } }

.tome [data-font-style='Tome Sans Thin'] { font-family: var(--fontStyle); font-weight: 150; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Thin'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 150, "slnt" 0; } }

.tome [data-font-style='Tome Sans Thin'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Thin'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 150; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Thin'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Thin'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 150, "slnt" 0; } }

.tome [data-font-style='Tome Sans Thin Italic'] { font-family: var(--fontStyle); font-weight: 150; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Thin Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 150, "slnt" -10; } }

.tome [data-font-style='Tome Sans Thin Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Thin Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 150; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans Thin Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans Thin Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 150, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraThin'] { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraThin'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 100, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraThin'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraThin'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: normal; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraThin'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraThin'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 100, "slnt" 0; } }

.tome [data-font-style='Tome Sans ExtraThin Italic'] { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraThin Italic'] { font-weight: unset; font-style: unset; font-variation-settings: "wght" 100, "slnt" -10; } }

.tome [data-font-style='Tome Sans ExtraThin Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraThin Italic'] .glyphs-feature { font-family: var(--fontStyle); font-weight: 100; font-style: italic; }

@supports (font-variation-settings: normal) { .tome [data-font-style='Tome Sans ExtraThin Italic'] .glyphs-grid__cells, .tome [data-font-style='Tome Sans ExtraThin Italic'] .glyphs-feature { font-weight: unset; font-style: unset; font-variation-settings: "wght" 100, "slnt" -10; } }

@supports (font-variation-settings: normal) { .tome { --fontStyle: 'Tome Sans Var'; } }

.tome .font-hero__title { font-weight: 800; font-variation-settings: "wght" 800; }

.tome .font-hero__subtitle { font-style: italic; line-height: 1.3; max-width: unset; }

@supports (font-variation-settings: normal) { .tome .font-hero__subtitle { font-style: unset; font-variation-settings: 'slnt' -10; } }

.tome .font-hero__small { font-weight: 700; font-variation-settings: "wght" 700; }

@media screen and (min-width: 50rem) { .tome .specimen-waterfall { font-size: 6.5vw; } }

.tome .specimen-waterfall__row { text-align: left; }

.tome .specimen-waterfall__row:nth-child(n + 1) { font-weight: 900; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 1) { font-weight: unset; font-variation-settings: "wght" 900; } }

.tome .specimen-waterfall__row:nth-child(n + 2) { font-weight: 800; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 2) { font-weight: unset; font-variation-settings: "wght" 800; } }

.tome .specimen-waterfall__row:nth-child(n + 3) { font-weight: 700; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 3) { font-weight: unset; font-variation-settings: "wght" 700; } }

.tome .specimen-waterfall__row:nth-child(n + 4) { font-weight: 600; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 4) { font-weight: unset; font-variation-settings: "wght" 600; } }

.tome .specimen-waterfall__row:nth-child(n + 5) { font-weight: 500; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 5) { font-weight: unset; font-variation-settings: "wght" 500; } }

.tome .specimen-waterfall__row:nth-child(n + 6) { font-weight: 400; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 6) { font-weight: unset; font-variation-settings: "wght" 400; } }

.tome .specimen-waterfall__row:nth-child(n + 7) { font-weight: 300; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 7) { font-weight: unset; font-variation-settings: "wght" 300; } }

.tome .specimen-waterfall__row:nth-child(n + 8) { font-weight: 200; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 8) { font-weight: unset; font-variation-settings: "wght" 200; } }

.tome .specimen-waterfall__row:nth-child(n + 9) { font-weight: 100; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 9) { font-weight: unset; font-variation-settings: "wght" 100; } }

.tome .specimen-waterfall__row:nth-child(n + 10) { font-weight: 0; }

@supports (font-variation-settings: normal) { .tome .specimen-waterfall__row:nth-child(n + 10) { font-weight: unset; font-variation-settings: "wght" 0; } }

.tome .specimen-weights-grid { font-size: 1rem; }

@media screen and (min-width: 50rem) { .tome .specimen-weights-grid { font-size: 1.2rem; } }

@media screen and (min-width: 75rem) { .tome .specimen-weights-grid { font-size: 1.4rem; } }

@supports (font-variation-settings: normal) { .tome .specimen-weights-grid__row:nth-child(n + 1) { font-weight: unset; font-variation-settings: "wght" 800; } }

@supports (font-variation-settings: normal) { .tome .specimen-weights-grid__row:nth-child(n + 2) { font-weight: unset; font-variation-settings: "wght" 600; } }

@supports (font-variation-settings: normal) { .tome .specimen-weights-grid__row:nth-child(n + 3) { font-weight: unset; font-variation-settings: "wght" 400; } }

@supports (font-variation-settings: normal) { .tome .specimen-weights-grid__row:nth-child(n + 4) { font-weight: unset; font-variation-settings: "wght" 200; } }

@supports (font-variation-settings: normal) { .tome .specimen-weights-grid__row:nth-child(n + 5) { font-weight: unset; font-variation-settings: "wght" 0; } }

.tome .story-section__title { font-weight: 800; }

.tome .features-section__title { font-weight: 800; }

.tome .glyphs-section { line-height: 1.4; }

.tome .glyphs-section__title { font-weight: 800; font-style: normal; font-variation-settings: "wght" 800; }

.tome .glyphs-section__disclaimer { font-variation-settings: 'wght' 500; font-weight: 500; }

.tome select { font-variation-settings: 'wght' 500; }

.tome #glyphs-ligatures { font-feature-settings: 'ordn' on; }

.tome .buy-section__title { font-weight: 800; }

.tome .buy-section__group:nth-child(2) { grid-row-end: span 2; }

@media screen and (min-width: 75rem) { .tome .buy-section__group:nth-last-child(1) { grid-column-start: 7; } }

.tome .purchase-family__entry { font-size: 1.4rem; line-height: 1; }

.uppercut-angle { --fontStyle: 'Uppercut Angle'; }

.uppercut-angle .glyphs-grid__cell { line-height: 1.6; }

.uppercut-angle .glyphs-feature { font-family: var(--font--specimen); }

.uppercut-angle .purchase-family__entry { font-size: 2rem; line-height: 0.9; }

.vena-amoris { --fontStyle: 'Vena Amoris'; }

.vena-amoris .story-section__title { font-weight: normal; }

.vena-amoris .specimen-large-word { font-size: 9vw; line-height: 1; }

.vena-amoris .glyphs-grid__cells { grid-template-columns: repeat(auto-fill, 2.5rem); }

.vena-amoris .glyphs-grid__cell { width: 2.5rem; height: 2.5rem; }

.vena-amoris .purchase-family__entry { font-size: 3rem; line-height: 1; }
