/**
 * Theme Name:  Plsoo
 * Author:      Дмитрий Кузьменко
 * Author URI:  https://t.me/plsooTeam
 * Description: Тема-фреймворк для быстрой разработки кастомных тем на wordpress.
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Version:     1.0
 */

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: sans-serif;
  font-size: 1.6rem;
}