/*
Theme Name:     Medik Child
Theme URI: 		http://medik.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Medik theme powered by DesignThemes
Template:       medik
Version:        1.0

/* Bold */
@font-face {
  font-family: 'Titillium Web Bold';
  src: url('https://praxis-palcu.de/fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Titillium Web Regular';
  src: url('https://praxis-palcu.de/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Titillium Web Light';
  src: url('https://praxis-palcu.de/fonts/TitilliumWeb-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

