/* Local fonts for certificate generation - eliminates Google Fonts loading delay */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('https://certcreation.networkgeek.in/certs/fonts/lato-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('https://certcreation.networkgeek.in/certs/fonts/lato-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('https://certcreation.networkgeek.in/certs/fonts/lato-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('https://certcreation.networkgeek.in/certs/fonts/lato-black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('https://certcreation.networkgeek.in/certs/fonts/lato-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Racing Sans One';
    font-style: normal;
    font-weight: 400;
    src: url('https://certcreation.networkgeek.in/certs/fonts/racing-sans-one.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('https://certcreation.networkgeek.in/certs/fonts/nunito-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('https://certcreation.networkgeek.in/certs/fonts/nunito-bold.ttf') format('truetype');
}
