@font-face {
  font-family: montserratfont;
  /* src: url('../fonts/montserrat.ttf'); */
  src: url('../fonts/montserrat.ttf');
}

@font-face {
  font-family: teko;
  src: url('../fonts/teko.ttf');
}

@font-face {
  font-family: abangfashion;
  src: url('../fonts/abangfashion.otf');
}

:root {
  --primary-color: #F9B233;
  --text-color: #FFFFFF;
  --bg-color: rgba(0, 0, 0, 0.7);
  --font-title: 'abang';
  --font-body: 'montserratfont';
  --font-button: 'teko';
  --font-b: 'abangfashion';
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
 width: 100%;
  height: 100%;
  font-family: var(--font-body);
}

.section-title {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.grandeur-title, .legacy-title {
  background-color: #ffcb5e;
  color: black;
  font-size: 4rem;
  font-family: 'Georgia', serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-family: var(--font-b);
}



.legacy-title {
  margin-top: -62px;
  
 
}

.description {
 
 font-size: 0.9rem;
  color: #555;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: justify;
  font-family: var(--font-body);
  padding: 0px 50px;
  margin-top: 15px;
}

.section-wrapper {
  padding: 2rem 1rem;
}

.quote {
  font-family: var(--font-body);
  font-size: 5rem;
  font-weight: 900;
  color: #ffcb5e;
  text-align: center;
  margin-top: 3rem;
}

.quote-section {
background-color: #fef3d6;
text-align: center;


line-height: 1.2;
width: 70%;
padding: 15px;
margin: 20px auto;
}
.quote-section p {
  font-family: var(--font-body);
  font-style: italic;
font-size: 0.9rem;
color: #555;
}

@media (max-width: 768px) {
   .description  {
       padding:0px;
    }
    
    .quote-section{
        background-color: #fef3d6;
text-align: center;


line-height: 1.2;
width: 70%;
padding: 15px;
margin: 20px auto;
    }
    
    .grandeur-title, .legacy-title{
      background-color: #ffcb5e;
  color: black;
  font-size: 2rem;
  font-family: 'Georgia', serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-family: var(--font-b);
    }
    
}




















