/*
Theme Name: GravelTour
Theme URI: https://graveltour.cz
Author: Adam Hemzal
Author URI: https://adamhemzal.com
Description: GravelTour WordPress Theme
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.0
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graveltour
Tags: graveltour
*/

/* 
  Fluid Settings
  https://utopia.fyi/type/calculator?c=320,16,1.25,2000,18,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12
*/

/* Defaults
 ----------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/* Remove top margin from first block. */
:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Utility classes
 ----------------------------------------------------------------------------- */

