/* Custom styles */
@font-face {
  font-family: 'Crimson Text Regular';
  src: url('../assets/fonts/CrimsonText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Crimson Text Bold';
  src: url('../assets/fonts/CrimsonText-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.header {
    background-color: #2e324f;
    padding: 20px 0;
    width: 100%;
  }
  
  .header h1 {
    font-family: 'Crimson Text Bold', serif;
    font-weight: 700;
    color: white;
  }

  .footer {
    margin-top: 30px;
    background-color: lightgray;
    width: 100%;
  }

  .bg-image {
    background-image: url('/assets/bg_colp-white-m.png');
    background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;;
  }

  body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }