﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
  font-family: Inter;
  font-weight: bold;
  src: url(../fonts/Inter-Bold.ttf);
}

@font-face {
  font-family: Inter;
  src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
  font-family: Inter;
  font-weight: 100;
  src: url(../fonts/Inter-Thin.ttf);
}

body {
  font-family: "Inter", "Helvetica", "Arial", sans-serif;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.unity-logo {
  width: 100px
}

.reflect-navbar{
  background-color: #000;
  color: #E4E4E4;
}

.reflect-header {
  font-weight: 100;
  font-size: 40px;
  line-height: 60px;
}

.reflect-container {
  margin-top: 80px;
}

.reflect-body {
  font-size: 16px;
}

.reflect-button {
  margin-bottom: 48px;
  background-color: #2E2E2E;
  border-color: #151515;
  color: #E4E4E4;
  font-size: 14px;
  min-width: 200px;
}

.reflect-button:hover {
  color: #fff;
}