@charset 'UTF-8';

/*
	base:		Roboto, sans-serif;
	heading:	'Open Sans Condensed', sans-serif;
	monospace:	Iosevka, monospace;
*/

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Thin'), url(./Roboto/Roboto-Thin.woff2) format('woff2'), url(./Roboto/Roboto-Thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-ThinItalic'), url(./Roboto/Roboto-ThinItalic.woff2) format('woff2'), url(./Roboto/Roboto-ThinItalic.woff) format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Light'), url(./Roboto/Roboto-Light.woff2) format('woff2'), url(./Roboto/Roboto-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-LightItalic'), url(./Roboto/Roboto-LightItalic.woff2) format('woff2'), url(./Roboto/Roboto-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Regular'), url(./Roboto/Roboto-Regular.woff2) format('woff2'), url(./Roboto/Roboto-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Italic'), url(./Roboto/Roboto-Italic.woff2) format('woff2'), url(./Roboto/Roboto-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Medium'), url(./Roboto/Roboto-Medium.woff2) format('woff2'), url(./Roboto/Roboto-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-MediumItalic'), url(./Roboto/Roboto-MediumItalic.woff2) format('woff2'), url(./Roboto/Roboto-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Bold'), url(./Roboto/Roboto-Bold.woff2) format('woff2'), url(./Roboto/Roboto-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-BoldItalic'), url(./Roboto/Roboto-BoldItalic.woff2) format('woff2'), url(./Roboto/Roboto-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-Black'), url(./Roboto/Roboto-Black.woff2) format('woff2'), url(./Roboto/Roboto-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-display: swap;
  src: local('Roboto-BlackItalic'), url(./Roboto/Roboto-BlackItalic.woff2) format('woff2'), url(./Roboto/Roboto-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-display: swap;
  src: local('OpenSansCondensed-Light'), url(./OpenSansCondensed/OpenSansCondensed-Light.woff2) format('woff2'), url(./OpenSansCondensed/OpenSansCondensed-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-display: swap;
  src: local('OpenSansCondensed-LightItalic'), url(./OpenSansCondensed/OpenSansCondensed-LightItalic.woff2) format('woff2'), url(./OpenSansCondensed/OpenSansCondensed-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-display: swap;
  src: local('OpenSansCondensed-Bold'), url(./OpenSansCondensed/OpenSansCondensed-Bold.woff2) format('woff2'), url(./OpenSansCondensed/OpenSansCondensed-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Iosevka';
  font-display: swap;
  src: local('Iosevka-Fixed-SS04'), url(./Iosevka/iosevka-regular.woff2) format('woff2'), url('iosevka-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Iosevka';
  font-display: swap;
  src: local('Iosevka-Fixed-SS04-Bold'), url(./Iosevka/iosevka-bold.woff2) format('woff2'), url('iosevka-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
