﻿@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins/poppins-v20-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins/poppins-v20-latin-600.woff2') format('woff2'), url('../fonts/poppins/poppins-v20-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto/roboto-v48-latin-700.woff2') format('woff2'), url('../fonts/roboto/roboto-v48-latin-700.woff2') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto/roboto-v30-latin-800.woff2') format('woff2'), url('../fonts/roboto/roboto-v30-latin-800.woff') format('woff');
}