/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 jul. 2021, 9:10:19
    Author     : hp
*/
@import url("./responsive-custom.css");
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat Semibold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}


/* Container */
.container{
  max-width: 100% !important;
  padding:0 63px;
}
.container-fluid{
  padding:0 !important;
}
@media only screen and (min-width : 1920px) {

  /* Container */
  .container{
    max-width: 1920px !important;
  }

}