/**
 * Theme Name: Vasa
 * Template: astra
 * Author: Engee
 * Author URI: https://www.engee.com.ar
 * Version: 6.6.5
 */

@font-face {
    font-family: MYRIADPRO;
    src: url("assets/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
	font-weight: 400;
}

@font-face {
    font-family: MYRIADPRO;
    src: url("assets/fonts/MYRIADPRO-LIGHT.OTF") format("opentype");
	font-weight: 300;
}


p, h1, h2, h3, h4, h5, div, li {
	font-family: MYRIADPRO !important;
}
html {
  font-size: calc(16px * var(--scale-factor));
  height: -webkit-fill-available;
}
/*body {
  transform: scale(var(--scale-factor));
  transform-origin: top left;
  width: calc(100% / var(--scale-factor));
  height: calc(100% / var(--scale-factor));
  overflow-x: hidden;
}*/
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: none !important;
	background-color: white;
}