:root {
	--theme-font-family: 'Roboto Slab', serif;
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
	   url('roboto-slab-v13-latin-regular.woff2') format('woff2');
}

/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
	   url('roboto-slab-v13-latin-700.woff2') format('woff2');
}
