@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/roboto/Roboto-Regular.eot');
    src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/roboto/Roboto-Bold.eot');
    src: url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/roboto/RobotoSlab-Bold.eot');
    src: url('../fonts/roboto/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/RobotoSlab-Bold.woff') format('woff'),
    url('../fonts/roboto/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Helvetica";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/helvetica/HelveticaRegular.eot');
    src: url('../fonts/helvetica/HelveticaRegular.eot?#iefix') format("embedded-opentype"),
    url('../fonts/helvetica/HelveticaRegular.woff') format("woff"),
    url('../fonts/helvetica/HelveticaRegular.ttf') format("truetype");
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/arial/ArialMT.eot');
    src: local('Arial'), local('ArialMT'), url('../fonts/arial/ArialMT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arial/ArialMT.woff2') format('woff2'),
    url('../fonts/arial/ArialMT.woff') format('woff'),
    url('../fonts/arial/ArialMT.ttf') format('truetype');
}