/*!
Theme Name: Högfors GST (Kadence Child)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

.pdfbutton {
    position: fixed;
    display: block;
    padding: 10px 30px;
    background: black;
    color: white !important;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    z-index: 99;
    margin: 20px;
}

.pdfbutton:hover {
    background: rgb(170, 25, 23);
    color: white;
}

body:not(.single-sheet) .pdfbutton {
    display: none;
}

body:not(.single-sheet) :is(h1, h2, h3, h4, h5, h6) {
    color: rgb(170, 25, 23);
}