@font-face { 
    font-family: Aeonik; 
    src: url('font/Aeonik-Regular.woff') format('woff'); 
  } 
  @font-face { font-family: Aeonik; font-weight: bold; src: url('font/Aeonik-Bold.woff');}
  
  body {
    font-family: Aeonik;
  }
  
  select, option {
    font-family: Aeonik;
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .wrapper {
    width: 300px;
    display: flex;
    flex-direction: column;
  }
