/**
 * ABC Whyte Inktrap Font Face Declarations
 * Brand fonts for Culture Vulture
 */

@font-face {
    font-family: 'ABC Whyte Inktrap';
    src: url('../fonts/ABCWhyteInktrap-Light.woff2') format('woff2'),
         url('../fonts/ABCWhyteInktrap-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABC Whyte Inktrap';
    src: url('../fonts/ABCWhyteInktrap-Super.woff2') format('woff2'),
         url('../fonts/ABCWhyteInktrap-Super.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
