﻿@font-face {
  font-family: "MontserratBold";
  src: url("../lib/fonts/Montserrat-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../lib/fonts/Montserrat.ttf");
  font-style: normal;
  font-weight: 500;
}
:root {
  --primary-color: #3498db;
  --secondary-color: #2ecc71;
  --accent-color: #e74c3c;
}

html, body {
  background-color: #f7f7f7;
}

a {
  cursor: pointer !important;
}

.PrimaryHeader {
  text-align: left;
  font-family: "MontserratBold";
  font-size: 1.2rem;
  color: #2C649C;
  line-height: 35px;
}

.SecondaryHeader {
  font-family: "MontserratBold";
  color: #444444;
}

.form-control, select, .form-check > label {
  font-family: "Montserrat";
  /*color: $primaryColour!important;*/
  font-size: 0.9rem;
}

label {
  font-style: italic;
}

.center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.login-form {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  border-radius: 5px;
}

.forgot-form {
  width: 420px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.change-password-form {
  width: 420px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 5px;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

#passwordRequirements {
  transition: ease-in 500ms;
  position: absolute;
  right: -125%;
  top: 0px;
}

.inner-login {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.form-group {
  display: block;
  margin-bottom: 8px;
}

.form-font-large {
  font-size: 1rem !important;
}

.form-group input, .form-floating input, .form-floating select {
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0px !important;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 0.8rem;
}

.form-group input:focus, .form-floating input:focus, .form-floating select:focus {
  border-bottom: 1px solid #ADADAD;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  box-shadow: 0px 1px 0px 0 #2C649C;
}

input[type=button], input[type=submit], .Link, .SecondaryLink, .ClearLink {
  border: 1px solid #2C649C;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 5px;
  margin: 0px 5px;
  color: #2C649C !important;
  background-color: white;
  text-wrap: nowrap;
  font-size: 0.8rem;
}

.navbar .Link {
  border: 1px solid white !important;
  color: #444444 !important;
}

.Link:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: #2C649C !important;
  border: 1px solid #2C649C !important;
  color: white !important;
  text-decoration: none;
  cursor: pointer;
}

.ClearLink {
  background-color: #F0A202 !important;
  border-color: #F0A202 !important;
  color: white !important;
}

.ClearLink:hover {
  text-decoration: none;
  cursor: pointer;
  color: white !important;
  background-color: #F0A202 !important;
}

.SecondaryLink {
  color: #22b8d1 !important;
  border: 1px solid #22b8d1 !important;
  background-color: white !important;
}

.SecondaryLink:hover {
  background-color: #22b8d1 !important;
  color: white !important;
  border: 1px solid #22b8d1 !important;
}

.SearchLink {
  background-color: #2C649C;
  border: 1px solid #2C649C;
  border-radius: 3px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 2px 3px;
  line-height: 23px;
  font-size: 12px;
}

.SearchLink:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2C649C;
  background-color: white;
}

table {
  font-size: 0.75rem;
}

.table tr {
  background-color: white;
}

td {
  vertical-align: middle !important;
}

.table thead tr {
  background-color: rgba(44, 100, 156, 0.21);
}

.table tr th {
  color: #2C649C;
}

.table tr td {
  font-weight: unset !important;
  /*    padding-top: 10px;
  padding-bottom: 10px;*/
  border-bottom: 1px solid #f2f2f2;
}

.table th td {
  color: #fff;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}

body {
  margin-bottom: 60px;
}

table tbody tr:hover {
  background-color: #e7f1ff;
  /*color: white !important;*/
  cursor: pointer;
}

table tbody tr.selected {
  background-color: #004369;
  color: white !important;
  font-weight: 600;
  font-style: oblique;
}

.section {
  border-bottom: 1px solid #AFAFAF;
  background-color: #e4e4e4;
  margin-bottom: 10px;
}

.section-collapse {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #3d3d3d;
  border-bottom: 3px solid white;
}

.logo-block {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  padding-bottom: 15px;
}

.logo-block img {
  width: 300px;
}

.navbar-brand img {
  width: 150px;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
}

.flex {
  display: flex;
}

.catImage {
  width: 65px;
}

.tableActions {
  /*width: 180px;*/
  text-wrap: nowrap;
}

.tableActions a {
  height: 100%;
  text-decoration: none;
  color: #2C649C;
  background-color: #fff;
  padding: 3px 5px;
  margin: 0px 3px !important;
  border-radius: 3px;
  border: 1px solid #2C649C;
}

.tableActions a:hover {
  height: 100%;
  background-color: #2C649C;
  color: white;
}

.scrollToTop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 10;
  background-color: white;
}

.outline-btn {
  border: 2px solid #4e4e4e;
  color: #4e4e4e !important;
  border-radius: 3px;
  padding: 3px;
}

.form-floating {
  border-radius: 5px;
}

.error {
  color: #dd8d2a;
  font-style: italic;
  font-size: 0.95rem;
  display: none;
  text-align: center;
}

.warning {
  color: #dd8d2a;
  font-style: italic;
  font-size: 0.95rem;
  text-align: center;
}

.emptybtn {
  border: 1px solid #89cb1d;
  color: #89cb1d !important;
  border-radius: 5px;
  padding: 3px 8px;
  line-height: 28px;
}

.cart-items {
  padding: 5px 8px;
  width: 400px;
}

.cart-item {
  height: 75px;
  cursor: default;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
}

.cart-image {
  width: 50px;
}

.cart-image img {
  width: 100%;
}

.cart-description {
  width: 250px;
  font-size: 0.8rem;
  padding: 0px 5px;
}

.cart-itemcode {
  font-size: 0.8rem;
  padding: 0px 5px;
}

.cart-price, .cart-qty {
  font-size: 0.6rem;
  width: 50px;
}

.cart-total {
  border-top: 1px solid #afafaf;
  margin: 0px 10px;
  padding: 3px 5px;
  display: flex;
  /* justify-content: center;*/
  align-items: center;
}

.completeDiv {
  margin: 0px 10px;
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CompleteLink {
  background-color: #89cb1d;
  border: 1px solid #89cb1d;
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  padding: 3px 5px;
}

.CompleteLink:hover {
  background-color: white;
  color: #89cb1d !important;
}

#cartList {
  min-width: 250px;
}

.empty-cart {
  font-style: italic;
  font-size: 0.8rem;
}

.btn-cart {
  position: relative;
}

#btnCompare .Link {
  position: relative;
}

.btn-cart .counter, #btnCompare .counter {
  position: absolute;
}

#comparisonCounter {
  background-color: #F05D5E;
}

.counter {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  color: white;
  right: -15px;
  top: -10px;
  text-align: center;
  line-height: 24px;
}

#xpCounter {
  background-color: #109648;
  height: 40px;
  width: 40px;
  border-radius: 35px;
  text-align: center;
  line-height: 40px;
}

#levelCounter {
  background-color: #3F88C5;
  height: 40px;
  width: 40px;
  border-radius: 35px;
  text-align: center;
  line-height: 40px;
}

#cartCounter {
  background-color: #F05D5E;
}

.deleteItem {
  color: #878787;
  text-decoration: none;
  cursor: pointer;
}

.deleteItem:hover {
  color: #d90000;
}

.toast-header-addedit {
  background-color: #2dbd27;
  color: #f1f1f1;
}

.toast-header-delete {
  background-color: #d90000;
  color: #f1f1f1;
}

.dropdown-menu {
  box-shadow: 12px 15px 12px -6px rgba(0, 0, 0, 0.74);
  padding: 0px !important;
  /*    width: 200px;*/
}

.dropdown-menu .nav-link {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.tree-wrapper {
  padding: 7px 10px;
  font-size: 0.8rem;
  background-color: #ffffff;
  margin-top: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: fit-content;
}

.treeItem, .treeItemActive {
  margin: 3px 0;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 8px;
  display: block;
  color: #444444;
  border-radius: 3px;
}

.treeItemActive {
  color: white;
  background-color: #2C649C;
}

.reportItem, .reportItemActive {
  margin: 3px 0;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 8px;
  display: block;
  color: #2C649C;
  font-size: 12px;
  border-radius: 3px;
}

.reportItemActive {
  color: white;
  background-color: #2C649C;
}

.reportItem:hover {
  background-color: #70A3D7;
  color: white;
}

.treeItem:hover {
  background-color: #70A3D7;
  color: white;
}

.level-0 {
  padding-left: 5px;
}

.level-1 {
  padding-left: 15px;
}

.level-2 {
  padding-left: 25px;
}

.level-3 {
  padding-left: 35px;
}

.level-4 {
  padding-left: 45px;
}

.level-5 {
  padding-left: 55px;
}

.level-6 {
  padding-left: 65px;
}

.level-7 {
  padding-left: 775px;
}

.level-8 {
  padding-left: 85px;
}

.level-9 {
  padding-left: 95px;
}

.level-10 {
  padding-left: 105px;
}

.qty {
  width: 60px !important;
}

.similarToSearch {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #e9e9e9;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

.searchInfoBlock {
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #e9e9e9;
  display: flex;
  position: relative;
  margin-bottom: 5px;
}

.searchText {
  display: flex;
}

.btnClear {
  margin-left: auto;
}

.similarToSearch .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btnSimilarTo {
  text-decoration: none;
}

.btnSimilarTo:hover {
  color: #2C649C;
}

.similarTextDesc, .searchTextDesc {
  font-style: italic;
}

.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
  z-index: 1056;
}

.catalogueSpinner, .tableSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
  z-index: 1056;
}

.tableSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 72px;
  color: white;
  z-index: 1056;
  display: flex;
}

.spinnerOverlay i, .spinnerOverlay svg {
  margin: auto;
}

.priceError {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

.hidden {
  display: none;
}

.field-validation-error {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

.validation-summary-errors ul {
  list-style: none;
  font-style: italic;
  color: #F0A202;
  padding: 0 !important;
  text-align: center;
}

.table-container {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 5px;
  padding: 10px 13px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.LongTextLink {
  background-color: rgba(44, 100, 156, 0.4784313725);
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 3px 5px;
}

.LongTextLink:hover {
  background-color: #FFFFFF;
  color: #2C649C;
}

#addNewTooltip {
  font-style: italic;
  font-size: 12px;
}

.autocomplete-container {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  max-height: 350px;
  width: 100%;
}

.autocomplete-items .autoCatSearchResult {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items .autoCatSearchResult:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#dropdownUser .nav-link:hover {
  background-color: #2C649C;
  color: white !important;
}

.tagLine {
  font-style: italic;
  font-size: 1.5rem;
  color: #6c6c6c;
  margin-top: auto;
  margin-bottom: auto;
  text-align: end;
}

.cart-items table tbody tr:hover {
  background-color: none;
  /*color: white !important;*/
  cursor: default;
}

.container-fluid {
  max-width: unset !important;
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: #2C649C !important;
}

.breadcrumb-item a:hover {
  text-decoration: none !important;
  color: #70A3D7 !important;
}

.form-check label {
  cursor: pointer;
}

.modal-dialog {
  max-width: 90%;
  margin: auto !important;
}

.modal-sm {
  width: 35%;
}

.modal-md {
  width: 65%;
}

.modal-lg {
  width: 85%;
}

.modal {
  overflow-y: initial !important;
}

.modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

.DangerLink {
  border-radius: 5px;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 5px;
  color: #F05D5E !important;
  background-color: white;
  font-size: 0.8rem;
  border: 1px solid #F05D5E !important;
}

.DangerLink:hover {
  color: White !important;
  background-color: #F05D5E !important;
  border: 1px solid #F05D5E;
}

.dataTable {
  width: 100% !important;
}

.ExportLink {
  border: solid 2px #1D6F42;
  color: #FFF !important;
  background: #1D6F42 !important;
  width: unset !important;
}

.ExportLink:hover {
  background: white !important;
  text-decoration: none !important;
  color: #1D6F42 !important;
  transition: ease-out 200ms;
}

.table-controls {
  display: flex;
  position: absolute;
  right: 15px;
  z-index: 2;
}

.green {
  background-color: #109648 !important;
  border-color: #109648 !important;
}

.txt-green {
  color: #109648 !important;
}

.txt-red {
  color: #F05D5E !important;
}

.bg-primary {
  background-color: #2C649C !important;
  border-color: #2C649C !important;
  color: white !important;
}

.bg-green {
  background-color: #109648 !important;
  border-color: #109648 !important;
  color: white !important;
}

.green:hover {
  color: #109648 !important;
  background-color: white !important;
}

.form-floating > input[type=file] ~ label {
  transform: scale(0.85) translateY(-1rem) translateX(0.15rem) !important;
}

.valError {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

.tableImage {
  width: 35px;
}

.image-container {
  display: flex;
}

.image-container img {
  margin: auto;
  max-width: 300px;
}

#itemImage {
  max-height: 150px;
}

.nav-link {
  display: flex;
  white-space: nowrap;
}

#validationTable tbody th, #validationTable tbody td {
  padding: 4px 10px; /* e.g. change 8x to 4px here */
}

#validationTable {
  white-space: nowrap;
}

.unset-width {
  width: 0px !important;
}

#toasts {
  position: fixed;
  top: 55px;
  right: 15px;
  z-index: 10000 !important;
}

.toast {
  border-color: #2C649C;
  backdrop-filter: blur(3px);
}

a.selected {
  background-color: #2C649C !important;
  color: white !important;
}

.table-wrapper {
  margin-top: 10px;
  position: relative;
}

.offcanvas {
  /*width: 100%;*/
}

#cartDrawer, #comparisonDrawer {
  width: 100%;
  height: calc(100% - 65px);
}

/*#notificationDrawer {
    top: 65px!important;
}*/
.table-wrapper {
  padding: 10px;
}

.offcanvas-bottom {
  box-shadow: 1px -3px 13px 0px rgba(0, 0, 0, 0.75);
  height: 45%;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.offcanvas-small-width {
  width: 400px !important;
}

.overlays {
  transition: height 0.3s;
}

.offcanvas-bottom-expanded {
  height: 75% !important;
}

table.dataTable tbody tr.selected td {
  background-color: unset;
}

.disabled, a[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.disabled:hover, a[disabled]:hover {
  color: inherit !important;
  cursor: default;
  background-color: inherit !important;
}

.completedComparison {
  background-color: #109648 !important;
}

.completedComparison td {
  background-color: unset !important;
  color: white;
}

#accordionCompareHeader .accordion-button::after {
  margin-left: 10px;
}

#accordionAdd .accordion-button::after {
  margin-left: 10px;
}

.PositiveReview, .NegativeReview, .AiOverview, .tableContainer {
  position: relative;
  min-height: 70px;
}

.negReviewSpinner, .posReviewSpinner, .overviewSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 2rem;
  color: grey;
}

.detailSpinner {
  display: inline-block;
  font-size: 2rem;
  color: grey;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(44, 100, 156, 0.21);
  color: #2C649C;
  border: 1px solid #2C649C;
  width: 35px;
  height: 35px;
  top: calc(50% - 17.5px);
  border-radius: 15%;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #2C649C;
  color: white;
}

.carousel-inner {
  min-height: 200px;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  width: 100%;
  overflow: hidden;
}

.carousel-inner img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 250px;
  min-height: 100px;
}

.carousel-wrapper {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #2C649C;
}

.Link.active {
  background-color: #70A3D7 !important;
  color: white !important;
}

.dropdown-menu {
  z-index: 1050;
}

.notification-card {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #d7d7d7;
  border-radius: 3px;
  padding: 5px 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.notification-header {
  font-weight: bold;
}

#notificationDrawer {
  right: 0;
  left: unset !important;
}

.itemDetailChart {
  height: 350px;
}

.button-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  border-top: 1px solid #afafaf;
  background-color: white;
  z-index: 1000;
}

.form-switch label {
  color: black !important;
}

.success-block {
  border: 1px solid #109648;
  border-radius: 3px;
  width: 100%;
  color: #109648;
}

.success-block:empty {
  border: none !important;
  border-radius: 3px;
  width: 100%;
  color: #109648;
}

.toast {
  max-width: 350px !important;
}

#autocompleteComparisonItemsWrapper {
  position: absolute;
  z-index: 10000;
}

.autocompleteComparisonItem {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocompleteComparisonItemHeader {
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocompleteComparisonItem:hover {
  background-color: #e9e9e9;
}

.revert-overflow {
  overflow-y: revert !important;
}

.scroll {
  overflow-y: scroll;
  max-height: 75vh;
}

.space-around {
  justify-content: space-around;
  display: flex;
}

.tableLinkButtons {
  display: flex;
  flex-direction: column;
}

textarea {
  white-space: pre-wrap;
  height: 100px;
}

.imageRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 35px;
}

.imageCol {
  flex: 30%;
  max-width: 15%;
  margin: 5px;
  display: flex;
  border: 1px solid rgba(51, 51, 51, 0.5058823529);
  border-radius: 5px;
  padding: 3px;
}

.imageCol.selected {
  border: 3px solid #109648 !important;
}

.imageCol img {
  margin: auto;
  vertical-align: middle;
  width: 100%;
}

.prompt {
  background-color: rgba(240, 162, 2, 0.5215686275);
  padding: 5px !important;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.prompt-text {
  padding: 0px 25px;
}

.prompt .btn-close {
  position: absolute;
  right: 10px;
}

.Action {
  white-space: nowrap;
}

.dropdown-item {
  color: #2C649C !important;
}

.dropdown-item:hover {
  color: white !important;
  background-color: #2C649C !important;
}

.table-wrapper .dataTables_scrollBody {
  border-left: none !important;
}

.sticky {
  position: sticky;
  top: 10px;
  z-index: 100;
}

#sticky-report-form {
  z-index: 1000;
}

.pac-container {
  z-index: 10000;
}

.border-right-solid {
  border-right: 1px solid #2C649C;
}

.nav-link {
  color: #444444 !important;
}

/*
.nav-link:hover {
    color: white!important;
}*/
.light-grey {
  color: #444444;
  opacity: 0.5;
}

/*
.table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: $primaryHover!important;
}*/
@font-face {
  font-family: "MontserratBold";
  src: url("../lib/fonts/Montserrat-Bold.ttf");
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../lib/fonts/Montserrat.ttf");
  font-style: normal;
  font-weight: 500;
}
