@font-face{font-family:"QTOKCorral";src:url("/fonts/small/QTOKCorral-Ext.otf");font-display:fallback}@font-face{font-family:"QTOKCorral";src:url("/fonts/small/QTOKCorral-Ext.otf");font-weight:bold;font-display:fallback}@font-face{font-family:"QTOKCorral";src:url("/fonts/small/QTOKCorral-Ext.otf");font-style:italic;font-display:fallback}@font-face{font-family:"QTOKCorral";src:url("/fonts/small/QTOKCorral-Ext.otf");font-weight:bold;font-style:italic;font-display:fallback}@font-face{font-family:"Biondeggiare-Regular";src:url("/fonts/small/Biondeggiare-Regular.otf");font-display:fallback}@font-face{font-family:"WignersFriendRoman";src:url("/fonts/small/WignersFriendRoman.ttf");font-display:fallback}.royalty{display:grid;grid-template-columns:1fr;gap:.5em}.royalty:first-child{padding-bottom:1em}.royalty h3{visibility:collapse;height:0;width:0;padding:0;margin:0}.person-card{display:grid;grid-gap:.1em;column-gap:.6em;background:#fff;border-radius:.75em;box-shadow:0 .3em .6em rgba(0,0,0,.05);border:1px solid #f4f4f4;padding:.5em;min-height:8em}.person-card:nth-child(odd of .person-card){grid-template-columns:1fr 2fr;grid-template-areas:"name    role" "profile bio"}.person-card:nth-child(even of .person-card){grid-template-columns:2fr 1fr;grid-template-areas:"role name" "bio  profile"}@media (max-width: 860px){.person-card{row-gap:.3em}.person-card:nth-child(odd of .person-card){grid-template-columns:1fr 1fr;grid-template-areas:"profile role" "profile name" "bio     bio"}.person-card:nth-child(even of .person-card){grid-template-columns:1fr 1fr;grid-template-areas:"role profile" "name profile" "bio     bio"}}@media (max-width: 470px){.person-card:nth-child(n of .person-card){grid-template-columns:1fr;grid-template-areas:"role" "name" "profile" "bio"}}.person-card .person-bio{grid-area:bio;display:flex;flex-direction:column;background-color:#f2f2f2;border-radius:.75em;padding:.25em .5em;text-wrap:pretty}.person-card .person-role{grid-area:role;text-align:center;align-content:center;font-size:1.6em;color:#2c3e50;font-weight:bold;padding-bottom:.5em}@media (max-width: 860px){.person-card .person-role{align-content:end}}@media (max-width: 470px){.person-card .person-role{font-size:1.15em}}.person-card .person-name{grid-area:name;text-align:center;align-content:center;font-size:1.3em;font-weight:bold;color:#2c3e50;padding-bottom:.5em}@media (max-width: 860px){.person-card .person-name{align-content:start}}@media (max-width: 470px){.person-card .person-name{font-size:1.05em}}.person-card img{width:100%}.person-card .person-profile{grid-area:profile;background-color:#f2f2f2;max-width:300px;height:auto;margin:0 auto;border-radius:.8em;object-fit:contain}@media (max-width: 860px){.person-card .person-profile{max-width:300px}}@media (max-width: 470px){.person-card .person-profile{max-width:200px}}.person-card blockquote{margin:.5em 1em;padding:.5em .75em;border-left:3px solid #b22222;text-wrap:balance}.person-card ul{text-wrap:balance}