/* ============================
   FONT IMPORTS
   ============================ */
@font-face {
  font-family: 'Miama';
  src: url('fonts/Miama.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gupterlight';
  src: url('fonts/Gupter-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Light Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Medium Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Apercu';
  src: url('fonts/Apercu Bold Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Gupter';
  src: url('fonts/Gupter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gupter';
  src: url('fonts/Gupter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gupter';
  src: url('fonts/Gupter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Yarndings';
  src: url('fonts/Yarndings20-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* ============================
   BASE TYPOGRAPHY
   ============================ */

/* Body */
body {
  font-family: 'Apercu', sans-serif;
  font-weight: 300;
  letter-spacing: 0;  /* tracking 0% */
  line-height: 1.6;
  color: #2b1915;
  background-color: #fff;
}



/* Headings */
h2, h3, h4, h5, h6 {
  font-family: 'Miama', serif;
  font-weight: normal;
  letter-spacing: 0;  /* tracking 0% */
  margin-bottom: 0.5em;
}

h1  {
  font-family: 'Miama', serif;
  font-weight: normal;
  letter-spacing: 0;  /* tracking 0% */
  margin-bottom: 3rem;
}

/* Subheadings */
.subheading {
  font-family: 'Gupter', serif;
  font-weight: 400;
  letter-spacing: 0.14em;  /* tracking 14% */
  text-transform: uppercase; /* optional, gives a "subtitle" feel */
  margin-bottom: 0.5em;
}

/* Paragraphs */
p {
  font-family: 'Apercu', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1em;
}

/* Embellishments (dividers, icons, etc.) */
.embellishment {
  font-family: 'Yarndings', cursive;
  font-size: 2rem;
  text-align: center;
  margin: 20px 0;
  user-select: none;
}
