@import url(/static/fonts/TTNorms/font-face.css);
#navbar-dev-raafi .brand-name {
  font-size: 18px;
  font-family: "Chromate Reguler";
  font-weight: normal; }
  #navbar-dev-raafi .brand-name .dev {
    font-style: normal !important;
    font-weight: bolder; }
  #navbar-dev-raafi .brand-name .v {
    font-family: "TT Norms";
    font-weight: bold; }

html,
body {
  padding: 0;
  margin: 0;
  font-variant-ligatures: no-common-ligatures;
  min-height: 100vh;
  font-family: "TT Norms";
  background-color: #343a40 !important;
  letter-spacing: 1.5px; }

.title-page {
  font-family: "Chromate Reguler";
  font-size: 30px;
  font-weight: bold;
  color: #ffffff; }

a {
  color: inherit;
  text-decoration: none; }

* {
  box-sizing: border-box; }

.content-wrapper {
  min-height: 80vh; }

.v-footer {
  font-family: "Chromate Reguler";
  font-size: 15px;
  color: #ffffff;
  opacity: 0.6; }
  .v-footer.rotate-90 {
    transform: rotate(-90deg); }

#about-page .careers {
  color: #ffffff;
  position: relative; }
  #about-page .careers .about-icon {
    position: absolute;
    opacity: 0.1; }
  #about-page .careers .your-name {
    font-family: "Chromate Reguler";
    font-size: 18px; }
  #about-page .careers .division {
    font-size: 16px;
    font-style: italic; }
  #about-page .careers .career {
    font-size: 17px;
    font-weight: 500; }
  #about-page .careers .company-name {
    font-size: 17px;
    font-weight: bolder; }
    #about-page .careers .company-name .redirect-company:hover {
      color: white;
      text-decoration: none;
      border-bottom: 2px solid #dee2e6 !important;
      padding-bottom: 0.25rem !important; }
  #about-page .careers .division-name {
    font-style: italic; }

#article-page {
  color: #ffffff; }
  #article-page .article .title {
    font-size: 17px;
    font-family: "Chromate Reguler"; }
  #article-page .article .date {
    font-size: 15px;
    opacity: 0.7;
    font-style: italic; }
  #article-page .article .content {
    font-size: 15px;
    text-align: justify; }

#contacts-page .contact {
  color: #ffff;
  font-size: 16px;
  position: relative; }
  #contacts-page .contact .contact-icon {
    left: 15%;
    position: absolute;
    opacity: 0.1; }
  #contacts-page .contact .type-name {
    font-family: "Chromate Reguler";
    font-size: 18px; }
  #contacts-page .contact .redirect-contact:hover {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid #dee2e6 !important;
    padding-bottom: 0.5rem !important; }

