﻿@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Thin.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-ExtraLight.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Light.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-ExtraBold.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('../../Content/fonts/Poppins-Black.ttf');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-ThinItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-ExtraLightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-LightItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-Italic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-MediumItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-BoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: italic;
    src: url('../../Content/fonts/Poppins-BlackItalic.ttf');
}
