/*
Theme Name: Mallusjoki Activity Map
Theme URI:
Author:
Description: Event listing and map discovery site for the Mallusjoki area.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: mallusjoki-activity-map
*/

body * {
    font-family: var(--wp--preset--font-family--inter);
}

#mam-header {
    box-shadow: 0px 1px 3px 0px #0000001a;
}

/* fix auto spacing outside admin */
:not(.wp-admin) :where(.wp-site-blocks) > * {
    margin-block: 0;
}
