/*
Theme Name: Alston Custom Theme
Theme URI: https://aspirehaven.com.au/
Author: Aspire Haven
Author URI: https://aspirehaven.com.au/
Description: Custom luxury coach hire WordPress theme built for Alston Coaches.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: alston-theme
*/

/* =========================================================
   GLOBAL RESET
========================================================= */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

