/*
Theme Name: zashita-birthday
Author: название автора
Author URI: ссылка автора
Description: this thame is custom theme.

Requires PHP: 7.0
Version: 1.0
License URI: Указать ссылку на лицензию
*/
html,
body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 14px;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

button {
   cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: 400;
}

/* contetn wrapper */
body {
   min-width: 100%;

   /* change style fonts */
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
}