﻿@font-face {
  font-family: Figtree;
  src: url("../fonts/Figtree.ttf");
}
/* Variable */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  background-color: #FAFAFA;
}

body {
  font-family: Figtree !important;
  font-size: 16px;
  color: #212121;
}