@font-face {
    font-family: Ikaros-Light;
    src: url("Ikaros-Regular.otf") format("opentype");
}
@font-face {
    font-family: Ikaros-Regular;
    font-weight: bold;
    src: url("Ikaros-Regular.otf") format("opentype");
}
@font-face {
    font-family: 'Mosk';
    src: url('../src/assets/Mosk/Mosk Normal 400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: Mosk;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgb(241, 244, 246);
  color: rgb(73, 80, 87);
  text-align: center;
}
h5{
  font-family: Mosk;
  text-align: center;
}
h4{
  font-family: Mosk;
  text-align: center;
}
h3{
  font-family: Mosk;
  font-size: 20px;
  text-align: center;
}
h2{
  font-family: Mosk;
  font-size: 26px;
  text-align: center;
}
h1{
  font-family: Mosk;
  font-size: 32px;
  background-color: #1f618d ;
  color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.box{
  background-color: white;
  border-width: 1px;
  padding: 5px;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.box h2{
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgb(241, 244, 246);
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1.33;
    position: fixed;
    bottom:20px;
    right: 0px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    position: fixed;
    bottom:20px;
    right: 0px;
}
.modal {
  text-align: center;
}
.commissionGenericDiv {
  text-align: center;
}
.recapCartDiv{
  text-align: center;
}
.cartDiv{
  text-align: center;
}