@font-face {
    font-family: 'TwentiethCentury';
    src: url('/fonts/twentieth-century/TwentiethCentury.woff2') format('woff2'),
         url('/fonts/twentieth-century/TwentiethCentury.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'TwentiethCentury', sans-serif;
}
