/* !Format (Author: mail@jandousek.cz) */

/*
  Titles
  ***
*/

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  transform: rotate(0.03deg);
  margin: 54px 0 24px 0;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #28272A;
}
h1, .--like-h1 {
  line-height: 1.15;
  font-size: 48px;
}
h2, .--like-h2 {
  line-height: 1.2;
  font-size: 36px;
}
h3, .--like-h3 {
  line-height: 1.25;
  font-size: 32px;
}
h4, .--like-h4 {
  line-height: 1.3;
  font-size: 28px;
}
h5, .--like-h5 {
  line-height: 1.35;
  font-size: 24px;
}
h6, .--like-h6 {
  line-height: 1.4;
  font-size: 20px;
}

/*
  Gaps
  ---
*/

h1:first-child,
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/*
  Paragraphs
  ***
*/

p, address {
  margin-bottom: 24px;
  line-height: 1.7;
  letter-spacing: -0.025em;
}
address {
  font-style: normal;  
}

/*
  Empty
  ---
*/

p:empty {
  display: none;
}

/*
  Lists
  ***
*/

li {
  margin: 0 0 8px 0;
  padding-left: 2px;
  line-height: 1.7;
}

/*
  Wrappers
  ---
*/

ul,
ol {
  margin: 16px 0 16px 26px;
  font-size: 18px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 16px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}

/*
  Images
  ***
*/

img {
  max-width: 100%;
  height: auto;
  border-radius: 32px;
}

/*
  - align
  ---
*/

img.--align-left, 
img.--align-right {
  max-width: 40%;
}
img.--align-left {
  float: left;
  margin: 6px 42px 42px 0;
}
img.--align-right {
  float: right;
  margin: 6px 0 42px 42px;
}
img.--align-none, 
img.--align-center {
  margin-top: 42px;
  margin-bottom: 42px;
}
img.--align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Gaps
  ---
*/

img[class*="align-"]:first-child {
  margin-top: 0 !important;
}
img[class*="align-"]:last-child {
  margin-bottom: 0 !important;
}