/* included only when we don't want to use fonts from google server */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-300.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-400.woff) format('woff');
}
@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: normal;
    src: local('Inconsolata'), local('Inconsolata'), url(../../Fonts/Inconsolata-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: bold;
    src: local('Inconsolata'), local('Inconsolata'), url(../../Fonts//Inconsolata-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Slab'), local('Roboto Slab'), url(../../Fonts/RobotoSlab-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Slab'), local('Roboto Slab'), url(../../Fonts/RobotoSlab-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI'), local('SegoeUI'), url('../../SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe UI';
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../../SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow'), local('ArialNarrow'), url('../../ArialNarrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Narrow';
    src: local('Arial Narrow Bold'), local('ArialNarrow-Bold'), url('../../ArialNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
