/*!
Theme Name: Kentavr
*/

@font-face {
font-family: "Roboto";
font-weight: 400;
font-weight: normal;
font-style: normal;
src: local('Roboto'),
url('/fonts/Roboto-Regular.ttf') format('ttf');
}

@font-face {
font-family: "Roboto";
font-weight: 700;
font-weight: bold;
font-style: normal;
src: local('Roboto'),
url('/fonts/Roboto-Bold.ttf') format('ttf');
}

@font-face {
font-family: "Roboto";
font-weight: 400;
font-weight: normal;
font-style: italic;
src: local('Roboto'),
url('/fonts/Roboto-Italic.ttf') format('ttf');
}

@font-face {
font-family: "Roboto";
font-weight: 700;
font-weight: bold;
font-style: italic;
src: local('Roboto'),
url('/fonts/Roboto-BoldItalic.ttf') format('ttf');
}