/*
Theme Name: Neko-tech custom theme - FitZuby
Theme URI: 
Author: Šimon Horný
Author URI: 
Description: Vlastní WordPressové téma vyrobeno pro FitZuby
Version: 1.0
Text Domain: fitzuby
*/
/* ==========================================================================
   Custom CSS Overrides
   ========================================================================== 
   Add any manual CSS overrides here. These styles will be loaded after the default configuration. 
*/

@font-face {
    font-family: 'Futura';
    src: url('./assets/fonts/Futura.ttf') format('truetype');
}

.hero-section {
   padding-top: 0px !important;
}

.cards-grid .wp-block-group {
   border-radius: 10px;
   border: 1px solid #cfbca8;
   padding: 10px;
    background: oklch(0.95 0.01 80);
}

.cards-grid {
   display: flex !important;
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}

.cards-grid > .wp-block-group {
   flex: 0 1 calc(33.333% - 20px);
}

.profile-button .wp-block-button{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*.card-round {*/
/*    border-radius: 10px;*/
/*    border: 1px solid oklch(0.90 0.02 75);*/
/*    padding: 10px;*/
/*    background-color: #cfbca8;*/
/*}*/

/*.card-round > *, .card-round strong {*/
/*    color: #fff !important;*/
/*}*/

h1, h2, h3, h4, h5, h6, strong {
    font-family: 'Futura', serif;
}

body {
    /*TOdo fixnout na úrovni header.php*/
    font-family: 'Inter', sans-serif !important;
}