/* Light 300 */

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-light.woff2') format('woff2'),
         url('ftrpt-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-light-oblique.woff2') format('woff2'),
         url('ftrpt-light-oblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/* Book 400 */ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-book.woff2') format('woff2'),
         url('ftrpt-book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-book-oblique.woff2') format('woff2'),
         url('ftrpt-book-oblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

/* Medium 500 */ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-medium.woff2') format('woff2'),
         url('ftrpt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-medium-oblique.woff2') format('woff2'),
         url('ftrpt-medium-oblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

/* Demi 600 */ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-demi.woff2') format('woff2'),
         url('ftrpt-demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-demi-oblique.woff2') format('woff2'),
         url('ftrpt-demi-oblique.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

/* Heavy 700 */ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-heavy.woff2') format('woff2'),
         url('ftrpt-heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-heavy-oblique.woff2') format('woff2'),
         url('ftrpt-heavy-oblique.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

/* Bold 800 */ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-bold.woff2') format('woff2'),
         url('ftrpt-bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-bold-oblique.woff2') format('woff2'),
         url('ftrpt-bold-oblique.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

/* Extra Bold 900*/ 

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-extra-bold.woff2') format('woff2'),
         url('ftrpt-extra-bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FTRPT';
    src: url('ftrpt-extra-bold-oblique.woff2') format('woff2'),
         url('ftrpt-extra-bold-oblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}