/*
Theme Name: Klecks
Theme URI: https://phantas.de
Description: Klecks
Author: Linus Vetter
Template: twentynineteen
Version: 1.0
*/

html {
    font-size:  18px;
}

.site-info .site-name, .site-info .imprint {
	display: none;
}

.site-info {
	font-size: 0;
}

.site-info a {
	font-size: 0.8rem;
}

@font-face {
  font-family: 'Roboto';
  src: url('https://phantas.de/wp-content/uploads/roboto-v47-latin_latin-ext-700.woff2') format('woff2'),
       url('https://phantas.de/wp-content/uploads/roboto-v47-latin_latin-ext-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('https://phantas.de/wp-content/uploads/roboto-v47-latin_latin-ext-regular.woff2') format('woff2'),
       url('https://phantas.de/wp-content/uploads/roboto-v47-latin_latin-ext-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body, body * {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}