/*
Theme Name: My FSE Theme
Theme URI: 
Author: 
Description: A minimal FSE theme
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-fse-theme
*/

@font-face {
    font-family: 'Public Sans';
    src: url('./assets/fonts/public-sans/PublicSans-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-display: swap;
}

.menu-toggle {
    cursor: pointer;
}

.menu-wrapper {
    display: none;
}

.menu-wrapper.active {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    top: 0;
    left: 0;
}

.menu-close {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.post-type-archive-projekti .projekti a {
    color: var(--wp--preset--color--secondary) !important;
}

.post-type-archive-projekti .projekti p {
    color: #ffffff;
    margin-bottom: 20px;
}

.home .wp-block-stackable-button-group a {
    text-decoration: none !important;
}

.wp-container-core-navigation-is-layout-1 {
    min-height: 100%;
    padding-top: 10%;
}