﻿@font-face {
  font-family: "HaptikRegular";
  src: url("/Fonts/HaptikRegular.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikMedium";
  src: url("/Fonts/HaptikMedium.woff2") format("woff2");
}
@font-face {
  font-family: "HaptikBold";
  src: url("/Fonts/HaptiKBold.woff2") format("woff2");
}
/*
    FROM BRAND GUIDELINES
*/
/*
    SPECIFICS
*/
/* BUTTONS */
/*$form-box-shadow: 0 0 0 .25rem rgba(255,0,0,.25); */
footer {
  background-color: rgb(0, 23, 68);
  color: #fff;
  padding: 60px 0;
}
footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-content img {
  height: 40px;
}
footer .footer-content .contact-us {
  font-family: HaptikRegular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
footer .footer-content .contact-us a {
  color: rgb(37, 108, 247);
  text-decoration: none;
}
footer .footer-content .contact-us a:hover {
  color: rgb(254, 0, 226);
}
