/* 
    Capita Pay360 Payment Facilitator Evolve skin for SCP

    Description: SCP Font declarations
    Author: radu.lupescu@capita.com
    Last modified: 08/04/2020
*/


@font-face {
    font-family: "Roboto";
    src: url("../pffonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("../pffonts/Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url('../pffonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url('../pffonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}