/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@2.0.0/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,::after,::before{box-sizing:border-box}html{font-family:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
/*# sourceMappingURL=/sm/5b7c27b6a0fd11e81f813b36dc26f6049a71a06907ce03d53d65a3bfe866b576.map */

:root {
    --color-text-default: black;
    --color-grey-500: #2b2b31;
    --line-length: 33em;
    /* size: 16px base, 1.25 major third scale */
    --text-size-xs: 0.69rem;  /* footnote */
    --text-size-sm: 0.83rem;  /* caption */
    --text-size-md: 1rem;     /* body */
    --text-size-lg: 1.2rem;   /* h6 */
    --text-size-xl: 1.44rem;  /* h5 */
    --text-size-2xl: 1.73rem; /* h4 */
    --text-size-3xl: 2.07rem; /* h3 */
    --text-size-4xl: 2.49rem; /* h2 */
    --text-size-5xl: 2.99rem; /* h1 */
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
}

html {
    font-family: Verdana, "Nimbus Sans", sans-serif;
    font-size: 100%;
}

body {
    line-height: 1.2;
}

a {
    color: var(--color-text-default);
    text-decoration: underline solid;
}

a:visited {
    color: var(--color-grey-500);
}

a:active {
    text-decoration: underline dotted;
}

a:hover {
    text-decoration: underline dotted;
}

.heading-text {
    max-width: var(--line-length);
}

.body-text {
    line-height: 1.25;
    max-width: var(--line-length);
    margin: 0;
    text-indent: var(--space-sm);
}

.body-text.first-paragraph {
    text-indent: 0;
}

.gallery-listing {
    margin-top: var(--space-lg);
}

.gallery-item {
    margin: 0;
    margin-bottom: var(--space-lg);
    width: 100%;
}

.gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.gallery-item-caption {
    font-size: var(--text-size-sm);
    margin-top: var(--space-sm);
}

.layout-single-column {
    padding: 0 var(--space-sm) 0;
    margin: auto;
    max-width: 60rem;
}

.margin-b-sm {
    margin-bottom: var(--space-sm);
}

.margin-t-sm {
    margin-top: var(--space-sm);
}

.text-size-md {
    font-size: var(--text-size-md);
    line-height: 1.2;
}

.text-size-5xl {
    font-size: var(--text-size-5xl);
    line-height: 1.2;
}

.unstyled-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-footer {
    margin-top: var(--space-lg);
}