/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro/
Author: Cathrine
Author URI: https://kjeldahldesign.com/
Description: Child theme til Inspiro
Version: 9.8
Template: inspiro
*/



h1, h2, h3, h4, h5, h6 {

    font-family: "monte-stella", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;

}

.navbar-nav a {

    font-family: "monte-stella", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;

}

body {

    cursor: url("https://kjeldahldesign.com/wp-content/uploads/2026/05/grafisk_element_brun.png") 16 16, auto;

}

/* Normal cursor på klikbare elementer */

a,
button,
input,
textarea,
select,
.elementor-button,
.menu-item a {

    cursor: pointer !important;

}

#popup {

    display: none;

    position: fixed;

    z-index: 9999;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;

    background-color: rgba(53, 25, 26, 0.75);

    backdrop-filter: blur(4px);

}

.popup-content {

    background-color: #35191A;

    width: 420px;

    padding: 20px 40px 30px 40px;

    border-radius: 24px;

    text-align: center;

    box-shadow: 0 0 30px rgba(0,0,0,0.3);

    border: 3px solid #FA4D09;

}

.popup-content h2 {

    font-family: "monte-stella", sans-serif;

    color: #F1F3E7;

    font-size: 42px;

    letter-spacing: 0.1em;

    margin-bottom: 20px;

}

.popup-content p {

    color: #F1F3E7;

    font-size: 18px;

    line-height: 1.6;

    margin-bottom: 30px;

}


#close-popup {

    float: right;

    font-size: 32px;

    color: #F1F3E7;

    cursor: pointer;

}

body.popup-active {

    cursor: auto !important;

}