/* ---------------------------- reccomendations stylesheet ---------------------------- */

/* -------------- fonts -------------- */
@font-face {
  font-family: coolvetica;
  src: url("/assets/fonts/coolvetica.otf");
  font-weight: normal;
  font-style: normal;
}
/* -------------- page -------------- */
body {
  width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
}
/* -------------- decoration -------------- */
h1,
h2,
h3 {
  font-family: coolvetica;
  letter-spacing: 1px;
  font-style: italic;
}
