body {
    margin: 0 !important;
    box-sizing: border-box;
  }
  
  @font-face {
    font-family: "CiutadellaRounded";
    src: url("./assets/font/CiutadellaRounded-Rg.woff") format("woff");
    font-weight: normal;
  }
  @font-face {
    font-family: "CiutadellaRounded";
    src: url("./assets/font/CiutadellaRounded-Bd.woff") format("woff");
    font-weight: bold;
  }
  
  @font-face {
    font-family: "HelveticaNeue";
    src: url("./assets/font/Helvetica\ Neue\ Regular.otf") format("otf");
    font-weight: normal;
  }
  
  body {
    font-family: "CiutadellaRounded";
    font-weight: normal;
    background-color: #F0F3F8;
  }

  main{
    padding: 24px;
    display: flex;
    flex-flow: column;
    gap: 24px;
    padding-top: 12px;
  }

  section.release{
    background-color: #ffffff;
    padding: 12px 24px;
    padding-top: 0px;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  header{
    padding: 12px 24px;
    padding-bottom: 0px;
  }

  h1,strong,h2{
    color: #00001E;
   
  }

  li{
    color: #232355;
  }

  h1{
    font-weight: 400;
  }