@charset "utf-8";

/* === root === */
/* https://www.color-name.com/hex/ */

:root {
}


/* === fonts === */

@font-face {
  font-family: "Alata";
  src:url("../fonts/Alata-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src:url("../fonts/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


/* === html === */


/* === body === */

body {
  font-family: "Nunito";
  line-height: 1.75rem;
}

main,
footer {
  background-color: #fff;
}

footer .container {
  border-top: 2px solid var(--pch-isabelline);
}

h1, h2, h3 {
  font-family: "Alata";
}


/* == == */

.navbar-brand .site-title {
  font-family: "Alata";
  font-size: 1.8rem;
  letter-spacing: 1px;
  display: inline-block;
  transform: scaleY(1.15);
  text-transform: none;
}


/* == == */

header .container {
  border-bottom: 2px solid var(--pch-isabelline);
}

footer .container {
  border-top: 2px solid var(--pch-isabelline);
}

