﻿@font-face {
    font-family: 'poppins';
    src: url('/home/css/fonts/poppins-regular.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('/home/css/fonts/poppins-bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'poppins-extrabold';
    src: url('/home/css/fonts/poppins-extrabold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'poppins-light';
    src: url('/home/css/fonts/poppins-light.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('/home/css/fonts/roboto-light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('/home/css/fonts/pf-fusion-black.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'intro';
    src: url('/home/css/fonts/intro.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
