@font-face {
    font-family: 'Victor Mono';
    src: url('/assets/VictorMono-Light.woff2') format('woff2'),
         url('/assets/VictorMono-Light.woff') format('woff'),
         url('/assets/VictorMono-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/assets/VictorMono-LightOblique.woff2') format('woff2'),
         url('/assets/VictorMono-LightOblique.woff') format('woff'),
         url('/assets/VictorMono-LightOblique.ttf') format('truetype');
    font-style: oblique;
}

:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  :root { 
        font-family: 'Inter var', sans-serif;
        font-feature-settings: "ss01", "calt", "ss03";
    }
}

body {
    font-weight: 300;
    font-size: 12pt;
}

strong {
    font-weight: 600;
}

h1, h2 {
    margin-top: 40px;
}

pre, code {
    font-family: "Victor Mono", monospace;
}

pre.chroma {
    font-size: 9pt;
}

.logotype {
    font-weight: 800;
    font-size: 16pt;
}

.header-name {
    font-weight: 800;
    font-size: 10pt;
    text-transform: uppercase;
}

.page-section {
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
}

.page-title {
    font-weight: 600;
    font-size: 48pt;
}

.page-title.site-headline {
    font-weight: 600;
    font-size: 60pt;
}

.page-title.site-subheadline {
    font-weight: 200;
    font-size: 36pt;
}

.page-headline {
    font-weight: 200;
    font-size: 24pt;
}

.page-footer {
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
}

.site-legal {
    font-weight: 300;
    font-size: 8pt;
    text-transform: uppercase;
}

.page-content, .list-pages {
    line-height: 1.5rem;
}

.page-content li {
    margin-bottom: 6pt;
}

.page-content sup {
    line-height: 0;
    font-size: 0.75rem;
}

sup a, a.footnote-backref {
    text-decoration: none;
    font-weight: 600;
}

nav#site-nav {
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
}

nav#index-nav {
    font-weight: 300;
    font-size: 12pt;
    text-transform: uppercase;
}

li.site-link.current-section {
    font-weight: 600;
    text-decoration: none;
}

li.site-link.current-section:hover {
    text-decoration: underline;
}

.project-info {
    font-weight: 300;
    font-size: 10pt;
    text-transform: uppercase;
}

.project-info li {
    font-size: 10pt;
    text-transform: uppercase;
}

.project-info h2, .project-links-heading {
    font-weight: 600;
    font-size: 10pt;
    text-transform: uppercase;
}

.cv-meta {
    font-size: 10pt;
    text-transform: uppercase;
    text-align: right;
}

.cv-date {
    font-weight: 600;
}

.cv-title {
    font-weight: 600;
    font-size: 16pt;
}

.list-pages .list-item-title {
    font-weight: 600;
    font-size: 16pt;
}

.list-item-title a {
    text-decoration: none;
}

.list-pages .list-item-link {
    font-size: 10pt;
    text-transform: uppercase;
}

.project-card {
    line-height: 1.25rem;
}

.project-card .project-title {
    font-weight: 500;
}

.project-card .project-headline {
    font-size: 10pt;
}

.project-card a.project-link {
    text-decoration: none;
}

figcaption {
    font-style: italic;
}

table {
    font-size: 0.8rem;
    text-align: left;
}

.footnotes {
    margin-top: 50px;
    font-size: 10pt;
}

.footnotes hr {
    border: 0px;
    border-top: 1px solid #cccccc;
}

.footnotes hr::after {
    content: "Footnotes";
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}

@media (max-width: 735px) {
    
    .page-footer {
        font-size: 8pt;
    }

    .page-title {
        font-size: 36pt;
    }

    .page-title.site-headline {
        font-size: 36pt;
        text-align: center;
    }

    .page-title.site-subheadline {
        font-size: 24pt;
        text-align: center;
    }

    .page-headline {
        font-size: 16pt;
    }
}