/*
Theme Name: Athmos
Theme URI: 
Author: virkapp
Author URI: https://virkapp.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: athmos
Tags: athmos
*/

:root {
  --primary-font: 'neue_montrealmedium';
  --secondary-font: 'stapelmedium';
  --gray-text: #f9f9f7;
  --text-color: #5e5e5e;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: auto;
  margin: 0px;
  padding: 0px;
  color: #000;
}

.pleca {
  padding-top: 200px;
  background: #000000 url('./images/img_1.jpg') no-repeat center center / cover;
  min-height: calc(100vw - 200px);
  margin-top: -100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font);
  font-weight: normal;
}

p,
ul {
  color: var(--text-color);
}

h2 {
  font-size: 42px;
  line-height: 50px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 16px;
}

@media all and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .pleca {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .pleca:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 0;
  }
}
