@font-face {
    font-family: ap_letter_light;
    src: url('letter-light-webfont.woff2') format('woff2'),
         url('letter-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: ap_letter;
    src: url('letter-regular-webfont.woff2') format('woff2'),
         url('letter-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: ap_letter_medium;
    src: url('letter-medium-webfont.woff2') format('woff2'),
         url('letter-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: ap_letter_bold;
    src: url('letter-bold-webfont.woff2') format('woff2'),
         url('letter-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

