/*
Theme Name: Symptomfrei Academy
Theme URI: https://symptomfrei-academy.de
Author: Daniel Pieper
Author URI: https://implogy.de
Description: Custom theme for Symptomfrei Academy
Version: 1.0
Text Domain: symptomfrei
*/

/* 
* This file contains only theme information and basic styling.
* For detailed styling, see css/main.css which is loaded in functions.php
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }