/*
Theme Name: Material Design Components WordPress Theme
Theme URI: https://site.com
Author: Can ATA
Author URI: https://site.com
Description: Material Design Components WordPress Theme
Version: 1.1
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}

body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
