@font-face {
  font-family: 'AmazeSofiaProV7';
  src: url('/fonts/amaze-sofia-pro/amaze-sofia-pro-regular.otf')
    format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 400; /* Regular */
}

@font-face {
  font-family: 'AmazeSofiaProV7';
  src: url('/fonts/amaze-sofia-pro/amaze-sofia-pro-medium.otf')
    format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 500; /* Medium */
}

@font-face {
  font-family: 'AmazeSofiaProV7';
  src: url('/fonts/amaze-sofia-pro/amaze-sofia-pro-semibold.otf')
    format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 600; /* Semi Bold */
}

@font-face {
  font-family: 'AmazeSofiaProV7';
  src: url('/fonts/amaze-sofia-pro/amaze-sofia-pro-bold.otf') format('opentype');
  font-display: auto;
  font-style: normal;
  font-weight: 700; /* Bold */
}
