/*  Atholl Brose - athollbrose.ca  */

@import url('https://fonts.googleapis.com/css2?family=Babylonica&display=swap');

:root {
  --bs-body-bg: var(--bs-gray-100);
}

body {
	background: url('bg-chair-guitar-fire1.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1.ab-title {
  font-family: "Babylonica", serif;
  font-weight: 400;
  font-size: 10rem;
  font-style: normal;
}
h1, h2, h3 {
	text-shadow: 3px 3px 10px #EEEEEE;
}
