*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Gabriola */
@font-face {
  font-family: 'Gabriola';
  src: url('../fonts/Gabriola.ttf') format('truetype');
  font-weight: normal
}