/* font-family: "RobotoRegular"; */
@font-face {
	font-family: "Neue Haas Unica W1G Regular";
	src: url("../fonts/Neue Haas Unica W1G Regular.eot");
	src: url("../fonts/Neue Haas Unica W1G Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/Neue Haas Unica W1G Regular.woff") format("woff"),
	url("../fonts/Neue Haas Unica W1G Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
    font-family: 'Tinkoff Sans';
    src: local('Tinkoff Sans Medium'), local('Tinkoff-Sans-Medium'),
        url('../fonts/TinkoffSans-Medium.woff2') format('woff2'),
        url('../fonts/TinkoffSans-Medium.woff') format('woff'),
        url('../fonts/TinkoffSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Tinkoff Sans';
    src: local('Tinkoff Sans Bold'), local('Tinkoff-Sans-Bold'),
        url('../fonts/TinkoffSans-Bold.woff2') format('woff2'),
        url('../fonts/TinkoffSans-Bold.woff') format('woff'),
        url('../fonts/TinkoffSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }