@media all {html {font-size: 23px;}}
@media all and (max-width:1000px){html {font-size: 23px;}}
@media all and (max-width:960px){html {font-size: 22px;}}
@media all and (max-width:920px){html {font-size: 21px;}}
@media all and (max-width:880px){html {font-size: 20px;}}
@media all and (max-width:840px){html {font-size: 19px;}}
@media all and (max-width:800px){html {font-size: 18px;}}
@media all and (max-width:760px){html {font-size: 17px;}}
@media all and (max-width:720px){html {font-size: 16px;}}
@media all and (max-width:680px){html {font-size: 15px;}}
@media all and (max-width:640px){html {font-size: 14px;}}
@media all and (max-width:600px){html {font-size: 13px;}}
@media all and (max-width:560px){html {font-size: 12px;}}
@media all and (max-width:520px){html {font-size: 11px;}}




* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
}


p {
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

strong {
  font-weight: bolder;
}

h1, .home-link {
  text-transform: uppercase;
  font-family: "cooper-hewitt";
  font-size: 2rem;
  line-height: 1.1;
}

.home-image {
 width: 22rem;
 margin-top: 1rem;
 margin-bottom: 1rem;
}

.home-overlay, .home-link {
  background: rgb(250, 250, 250);
}

.home-link {
  display: inline-block;
  padding: 1rem;
  width: 22rem;
}

.home-overlay {
    background-size: 22rem;
    background-repeat: no-repeat;
    width: 22rem;
    overflow: auto;
    border: 1px solid gray;
     margin-top: 2rem;
     margin-bottom: 2rem;
}

.home-overlay-inner {
  background: rgb(250, 250, 250);
  opacity: 0;
  transition: opacity 0.3s;
  min-height: 23rem;
  }

.home-overlay-inner:hover {
  opacity: 0.98;
  transition: opacity 0.3s;
  }

.home-overlay-inner ul {
 padding: 0;
 margin: 2rem;
 margin-left: 3rem;
 margin-right: 1.5rem;
 height: 100%;
 }

.home-overlay-inner p {
  font-size: 85%;
  font-family: "fira-sans";
}

.toc h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.toc div {
  margin-bottom: 2rem;
}

.toc ul {
  width: 100%;
  margin-bottom: 2rem;
  -webkit-columns: 2;
}

.toc li {
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0.5rem;
  display: inline-block; width: 100%; }



.chapter {
  font-family: "cooper-hewitt";
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  margin-top: 2.5rem;
  font-size: 2rem;
  margin-bottom: 5rem;
}

.section {
  font-family: "cooper-hewitt";
  font-weight: normal;
  font-size: 170%;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  margin-top: 2rem;
  font-size: 1.7rem;
  margin-bottom: 4rem;
}

.section + p:first-line {
  font-weight: bolder;
  font-family: "source-serif";
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
font-feature-settings: 'c2sc' 1;

}

.font-headline {
  font-family: "cooper-hewitt";
  font-size: 180%;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.dmb:after{
    content: "the TFL font collection";
    weight: normal;
    font-size: 70%;
    margin-left: 1rem;
    text-transform: lowercase;
font-feature-settings: 'c2sc' 1;

}

.hanging-topic, .margin-note {
  position: absolute;
  left: 2rem;
  width: 7rem;
  float: left;
  text-align: right;
}

.margin-note {
  font-size: 82%;
  margin-bottom: 1rem; font-family: "fira-sans";
  line-height: 1.35;
  color: #666;
}

.topic {
  font-weight: bolder;
  margin-top: 0.1rem;
  margin-bottom: 0.8rem;
  font-size: 110%;
  line-height: 1.1;
}


.hanging-topic p {
  font-style: italic;
  font-size: 95%;
  line-height: 1.2;
}

~h2.section + p:first-line {
  font-family: "source-serif";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
  text-transform: lowercase;
  font-feature-settings: 'c2sc' 1;
}


html {
    height: 100%;
}

body {
  position: relative; padding: 0;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width:1000px;
  min-width:520px;
  min-height: 100%;
  text-rendering: optimizeLegibility;
font-feature-settings: 'kern' 1;

  text-rendering: optimizeLegibility;
font-feature-settings: 'liga' 1;

  color: #444;
  -webkit-font-smoothing: subpixel-antialiased; /* corrects safari rendering */
}



body > * {
font-size: 100%;
margin-left: 11rem;
margin-right: 2.5rem;
}



#content {
    width: 29rem;
    padding: 3rem 0 8rem 0;
}




#doc {
  font-family: "source-serif";
}

h2 {
  font-weight: bolder;
}


em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dotted #aba3a3;
}

a:hover {
  background: hsla(30, 20%, 90%, 1);
}

a, a:hover {
  transition: background 0.2s;
}

.xref {
  font-family: "source-serif";
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
font-feature-settings: 'c2sc' 1;

}


img {
  width: 100%;
}

.bordered {
  border: 1px solid gray;
}


p + .indented {
  margin-top: 1rem;
}

.indented + p {
  margin-top: 1rem;
}

.indented, .book-description {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-bottom: 0.8rem;
}

.book-description {
  margin-bottom: 1.2rem;
}

font-desc {
  display: block;
  font-size: 75%;
  -webkit-columns: 2;
}

font-desc a.xref {
  font-family: "fira-sans";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
}

ul.subnav {
  column-count: 2;

}

ul.subnav li {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.8rem;
}

table.captioned {
  width: 90%;
}

table.captioned + table.captioned {
  margin-top: -0.5rem;
}

table.captioned td {
    border: 0;
    vertical-align: baseline;
}

.caption, .caption-runin {
  font-family: "fira-sans";
  font-variant-caps: all-small-caps;
}

.caption-runin {
    margin-right: 0.3rem;
}

.caption {
  right: 4rem;
  border: 0;
}

.os {
  font-family: "fira-sans";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
  text-transform: lowercase;
font-feature-settings: 'c2sc' 1;
;
}

.os:after {
  content: " | ";
}

sig {
  display: block;
  margin-top: 1.5rem;
  text-align: right;
  font-family: "source-serif";
  font-variant-caps: all-small-caps;
  text-transform: lowercase;
font-feature-settings: 'c2sc' 1;

}

sig:before {
  content: "— ";
}


.omission {
  height: 0.2rem;
  border-bottom: 1px dashed gray;
  margin-bottom: 0.8rem;
}

ol li {
margin-left: 2.5rem; padding-left: 0rem;
list-style-position: outside;
font-family: "concourse-t3-index"; font-feature-settings: 'liga' 1, 'ss01' 0;
}

ol li p {
  font-family: "source-serif"; }

ul.btw {
  margin-top: 2rem;
}

#btw-title {
display: block;
text-align: center;
font-family: "fira-sans";
font-variant-caps: all-small-caps;
font-weight: bolder;
font-size: 80%;
text-transform: uppercase;
font-feature-settings: 'case' 1;

font-weight: bolder;
letter-spacing: 2px;
margin-bottom: 1em;
padding-bottom: 0.6em;
border-bottom: 4px double gray;
margin-left: 35%;
margin-right: 35%;
}

.btw li {
list-style: none;
margin-left: 1.35rem;
padding-left: 1.15rem; margin-bottom: 0.7em;
font-size: 95%;
}

.btw li:before {
font-family: "concourse-t3-index";
content: "•"; float:left;
margin-left: -2.5rem;
margin-top: 0.1rem;
}


.subhead {
  font-family: "source-serif";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
  text-transform: lowercase;
font-feature-settings: 'c2sc' 1;

  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.mono {
  font-family: "fira-mono";
}


.glyph:before {
  content: "( ";
}

.glyph:after {
  content: " )";
}


.madlib {
  display: inline-block;
  font-family: "fira-sans";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
  font-size: 50%;
  font-weight: bolder;
  position: relative;
  top: 0.35rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  text-transform: uppercase;
}

.font-details, .reader-note {
  padding-top: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background: #f6f6f6;
  font-family: "fira-sans";
  line-height: 1.40;
}

.font-details p {
    font-size: 80%;
}

table { margin-bottom: 1.5em;
border-collapse: collapse;
width: 95%;
}

table a {
  border: 0;
}

tr + tr + tr {
border-top: 1px solid gray;
}
td + td {
border-left: 1px solid gray;
}


td {
padding: 0.4em;
text-align: center;
}

.buy-table {
    width: 100%;
    margin-top: 1.5rem;
}

th {
font-family: "fira-sans";
font-variant-caps: all-small-caps;
font-feature-settings: 'c2sc' 1;
font-weight: normal;
text-transform: lowercase;
font-size: 85%;
padding: 0.3rem 0.5rem 0.3rem 0.5rem;
line-height: 1.05;
}



.buy-table td {
    padding: 0;
    height: 3.5rem;
    border: 0;
}

a.buylink, .buy-table td a {
    height: 100%;
    width: 100%;
    background: #a33;
    color: white;
    padding: 0.3em 0.5em 0.3em 0.5em;
    border-radius: 1em;
    font-family: "fira-sans";
    text-transform: uppercase;
font-feature-settings: 'case' 1;
;
    letter-spacing: 0.04rem;
    border: none;
}

.font-sample a.buylink {
  font-size: 80%;
}

.font-sample a.buylink:before {
  content: "available from "
}

.font-sample a[href$="pdf"] {
    display: inline-block;
    border: 2px solid gray;
    width: 70%;
}

.font-sample h3 {
    font-family: "cooper-hewitt";
    font-size: 170%;
    font-weight: normal;
    text-transform: uppercase;
    width: 71%;
    margin-bottom: 3rem;
}

a.buylink:hover, .buy-table td a:hover {
    background: #e33;
    text-decoration: none;
}

a.buylink:active, .buy-table td a:active {
    background: #ccc;
}



.mb-font-specimen {
font-size:150%;
line-height:1.20;
white-space:nowrap;
user-modify: read-write;
outline-style: none;
;
}







dquo, dquo-pull {
margin-left: -0.5em;
}

dquo-push {
margin-left: 0.5em;
}

squo, squo-pull {
margin-left: -0.25em;
}

squo-push {
margin-left: 0.25em;
}

.margin-note dquo-push, .margin-note squo-push {
  display: none;
}
.margin-note dquo-pull, .margin-note squo-pull {
  margin-left: inherit;
}










#top-stripe {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 2rem;
  width: 38rem;
  border-bottom: 0.2rem solid #444;
}

#prev .nav-inner,
#next .nav-inner {
    position: fixed;
}


#bottom .nav-inner {
    border-top: 0.2rem solid #444;
    opacity: 0.95;
    position: absolute;
    left: 2rem;
    width: 38rem;
}

#bottom a {
  border-bottom: inherit;
}



#left a.xref:before {
  content: "← ";
}

#right a.xref:after {
  content: " →";
}

#bottom a.xref {
  display: block;
  text-align: center;
  box-sizing: content-box; padding: 0.4rem;
  padding-bottom: 0.6rem;
  height: 2rem;
  background: none;
  color: black;
  line-height: 1.1;
  font-size: 85%;
  opacity: 0.5; transition: opacity 0.2s;
}


#bottom .span {
  display: inline-block,
  width: 12%;
}

#bottom span + span {
  border-left: 1px solid gray;
}

#bottom #left,
#bottom #right {
  width: 44%;
}

#bottom a.xref:hover {
      opacity: 1;
}

#bottom a.xref:hover,
#tfl-fonts-nav tr + tr td:hover {
      background: hsla(30, 20%, 90%, 1);
background: radial-gradient(circle at center, #ffffff 17%, hsla(30, 20%, 90%, 1) 100%);

}

div.pdf-thumbnail {
  font-family: "fira-sans";
  font-variant-caps: all-small-caps;
  font-weight: bolder;
  display: inline-block;
  width: 40%;
}

div.pdf-thumbnail + div.pdf-thumbnail  {
  margin-left: 10%;
}


.pdf-thumbnail a {
  display: inline-block;
  background: inherit;
  margin-top: 1rem;
  margin-bottom: 1rem;
}


.pdf-thumbnail a, .pdf-thumbnail a:hover {
  border: none;
}

.pdf-thumbnail img {
  border: 2px solid #ddd;
}

.pdf-thumbnail img:hover {
  border: 2px solid black;
}


.nav-inner, .nav-inner:hover {
  color: hsla(30, 20%, 90%, 1);
}

.nav-inner:hover {
  opacity: 1;
}

.nav-outer, .nav-inner {
  margin: 0;
  padding: 0;
}

.nav-inner {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  opacity: 0;
}

.nav-flex {
  width: 100%;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bolder;
}

.nav-inner, .nav-inner:hover {
  transition: opacity 0.2s;
}

#top .nav-inner {
left: 0;
width: 8rem;
top: 0;
height: 8rem;
}

#up .nav-inner {
left: 8rem;
right: 0;
top: 0;
height: 3rem; }

#prev .nav-inner {
left: 0;
top: 0;
bottom: 0;
width: 3rem;
}

#next .nav-inner {
right: 0;
top: 0;
bottom: 0;
width: 3rem;
}





a.pdf, a.pdf:hover {
  border: none;
  background: none;
}

a.pdf img:hover {
  background: #f6f6f6;
}


.ie {
  display: none;
}


