@font-face {
    font-family: Redaction;
    src: local('Redaction_100-Bold'), local('Redaction_100-Bold'),
    url('Redaction_100-Bold.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Redaction;
    src: local('Redaction-Regular'), local('Redaction-Regular'),
    url('Redaction-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Redaction;
    src: local('Redaction-Italic'), local('Redaction-Italic'),
    url('Redaction-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Redaction;
    src: local('Redaction-Bold'), local('Redaction-Bold'),
    url('Redaction-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: RethinkSans;
    src: local('RethinkSans-Regular'), local('RethinkSans-Regular'),
    url('RethinkSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: RethinkSans;
    src: local('RethinkSans-Bold'), local('RethinkSans-Bold'),
    url('RethinkSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: RethinkSans;
    src: local('RethinkSans-Italic'), local('RethinkSans-Italic'),
    url('RethinkSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: RethinkSans;
    src: local('RethinkSans-BoldItalic'), local('RethinkSans-BoldItalic'),
    url('RethinkSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}