/*
Theme Name: tsb-energie
Theme URI: https://github.com/tailpress/tailpress
Author: David
Author URI: https://tailpress.io
Description: A WordPress theme made with TailPress.
Version: 0.1.0
License: MIT
License URI: https://github.com/tailpress/tailpress/blob/master/LICENSE
Text Domain: tsb_energie
*/

/* grava-font.css */
@font-face {
  font-family: 'Grava';
  src: url('./fonts/GravaDisplay-Normal.woff') format('woff'),
       url('./fonts/GravaDisplay-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Grava';
  src: url('./fonts/GravaDisplay-Black.woff') format('woff'),
       url('./fonts/GravaDisplay-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'Grava', sans-serif;
}