@font-face {
    font-family: regular;
    src:url("fonts/Aeonik-Regular.otf");
}
body{
   /* font-family: regular;*/
}
.colunaflex{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}