
:root {
  --primum: #8B2028;
  --scound: #FFFFFF;
}

@font-face {
  font-family: 'Draper';
  src: url('../fonts/DraperFont/Draper.otf') format('opentype');
  font-weight: 400;
}


/* Global Typography */
body {
  font-family: 'Archivo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Draper', serif;
  font-weight: 400;
}

/* p {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
} */


/* Links */
a {
    color: var(--scound) !important;
    font-family: 'Draper', serif;
}

/* Navbar */
nav {
  padding-right: 60px !important; 
  padding-left: 60px !important;
  z-index: 2; 
}

#logo {
  width: 250px;
  object-fit: cover;
}
#navbarNav{
  padding-left: 150px;
}
#navbarNav ul li{
  margin: 9px;
}
#navbarNav ul li a{
  width: auto;
  font-weight: 100;
  font-size: 12px;
}

.SpeaceBetweenSections{
  margin-top: 180px;
}

.footer-container{
  background-color: #1D0A02;
}


