@font-face {
    font-family: 'Inter';
    src: url('/fonts/inter/Inter.ttf') format('truetype');
    font-weight: 300 900;
    font-style: normal;
}
  
@font-face {
      font-family: 'CovesLight';
      src: url('/fonts/coves/CovesLight.otf') format('opentype');
      font-weight: 300;
      font-style: normal;
}
  
@font-face {
    font-family: 'CovesBold';
    src: url('/fonts/coves/CovesBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
  
body {
    margin: 0;
    overflow-x: hidden;
}

.aspect-ratio-box {
  position: relative;
  width: 70%; 
  padding-top: 56.25%; 
}

.aspect-ratio-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
