/* bootstrap */
html {
  font-size: 14px; }

body {
  height: 95vh;
  background-image: url("/static/front/img/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500; }

.text-xs {
  font-size: .75rem; }

.text-sm {
  font-size: .875rem; }

.text-base {
  font-size: 1rem; }

.text-lg {
  font-size: 1.125rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.875rem; }

.text-4xl {
  font-size: 2.25rem; }

.text-5xl {
  font-size: 3rem; }

.text-6xl {
  font-size: 4rem; }

.bg-graphite {
  background-color: #343434;
  color: white; }

.bg-blue {
  background-color: #0099f7;
  color: #343434; }

.bg-yellow {
  background-color: #fec104;
  color: #343434; }

.bg-white {
  color: #343434; }

.color-blue {
  color: #0099f7; }

.color-cyan {
  color: #17a2b8; }

.d-grid {
  display: grid; }

/*# sourceMappingURL=style.css.map */
