/**
* Theme Name: Postero Child
* Description: This is a child theme of Postero, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: postero
* Version: 1.1.0
*/

@font-face {
  font-family: "inter";
  src: url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  font-family: Inter", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}