/*
Theme Name: Unos Child
Version: 2.9.12.4
Text Domain: unoschild
Template: unos
Author: wpHoot
Author URI: https://wphoot.com/
Theme URI: https://wphoot.com/themes/unos/
Requires at least: 4.7
Tested up to: 5.4
Requires PHP: 5.6
Description: Unos Child Theme
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
License: GNU General Public License 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

All files, unless otherwise stated, are released under the GNU General Public
License version 3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
This theme, like WordPress, is licensed under the GPL.
*/

/************* Default Typography *************/
body {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.73333333em;
  font-family: nyt-imperial,georgia,'times new roman',times,serif;
  font-weight: 400;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  /* for better webkit rendering */
  -webkit-text-size-adjust: 100%;
  /* size in percentage at which to display text in Safari on iPhone */
}

/************* Headings *************/
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  line-height: 1.33333333em;
  font-family: nyt-imperial,georgia,'times new roman',times,serif;
  font-weight: 700;
  color: #121212;
  margin: 25px 0 15px;
  text-rendering: optimizelegibility;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.73333333em;
}
h3 {
  font-size: 1.46666667em;
}
h4 {
  font-size: 1.33333333em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.06666667em;
}
.title {
  font-size: 1.46666667em;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  font-size: inherit;
}
.titlefont {
  font-family: Lora, "Times New Roman", Times, serif;
  font-weight: 700;
}