@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap'); body, html, p{ font-family: 'Poppins', sans-serif !important; } .site-description, .powered-by-wordpress, .post-meta-wrapper{ display: none; } .screen-height { min-height: calc(85vh - 32px) !important; } .wp-block-button { border-radius: 5px !important; } h1, h2, h3, h4, h5, h6{ text-transform: uppercase; font-family: 'Poppins', sans-serif; } .menu-item a{ transition: all 0.4s ease; } .menu-item a:hover, .current-menu-item a { color: #fafafa !important; } .to-the-content{ display: none; }