
:root {
  --primary-color: #363636;

  --cl-s1: #624107;

  --cl-s2: #ff6c1c;

}

@font-face {
    font-family: "Gotham";
  
    src: url("../fonts/SVN-Gotham\ Book.otf.otf") format("truetype");
  
    font-weight: 400;
  
    font-style: normal;
  
    font-display: swap;
  }
  
  @font-face {
    font-family: "Gotham";
  
    src: url("../fonts/SVN-Gotham\ Regular.otf") format("truetype");
  
    font-weight: 400;
  
    font-style: normal;
  
    font-display: swap;
  }
  
  @font-face {
    font-family: "Gotham";
  
    src: url("../fonts/SVN-Gotham\ Bold.otf") format("truetype");
  
    font-weight: 700;
  
    font-style: normal;
  
    font-display: swap;
  }

  
  body {
    font-family: "Gotham","sans-serif" !important;
    background-color: #111111 !important;
  }
  html {
    font-size: 16px !important;
  
    scroll-behavior: smooth;
  }
  
  @media (max-width: 992px) {
    html {
      font-size: 14px !important;
    }
  }
  
  @media (max-width: 768px) {
    html {
      font-size: 12px !important;
    }
  }
  .c-img {
    position: relative;
  
    display: block;
  }
  
  .c-img img {
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    -o-object-fit: cover;
  
    object-fit: cover;
  }
  