﻿/* Open Sans */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../font/open-sans/OpenSans-Light.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../font/open-sans/OpenSans-LightItalic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../font/open-sans/OpenSans-Regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../font/open-sans/OpenSans-Italic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../font/open-sans/OpenSans-SemiBold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../font/open-sans/OpenSans-SemiBoldItalic.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../font/open-sans/OpenSans-Bold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../font/open-sans/OpenSans-BoldItalic.ttf')  format('truetype');
}

/* Muli */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300; /*Light*/
  src: url('../font/muli/Muli-Light.ttf')  format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 500; /*Normal*/
  src: url('../font/muli/Muli-Regular.ttf')  format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600; /*Semi-bold*/
  src: url('../font/muli/Muli-SemiBold.ttf')  format('truetype');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700; /*Bold*/
  src: url('../font/muli/Muli-Bold.ttf')  format('truetype');
}

/*@font-face {
  font-family: 'Roboto';
  src: url('../css/vendor/devextreme/fonts/Roboto-300.woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('../css/vendor/devextreme/fonts/Roboto-400.woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../css/vendor/devextreme/fonts/Roboto-500.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('../css/vendor/devextreme/fonts/Roboto-700.woff');
  font-weight: 700;
}*/

@font-face {
  font-family: 'dxicons';
  src: url('../css/vendor/devextreme/icons/dxicons.woff');
}

/*@font-face {
  font-family: 'dxicons';
  src: url('../css/vendor/devextreme/icons/dxiconsmaterial.woff');
}*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../font/open-sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../font/open-sans/OpenSans-LightItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/open-sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../font/open-sans/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../font/open-sans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../font/open-sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../font/open-sans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../font/open-sans/OpenSans-BoldItalic.ttf') format('truetype');
}