/*
Theme Name: Twenty Twenty Child
description: >-
  Twenty Fifteen Child Theme
Author: Neox
Template: twentytwenty
Version: 1.0.0
*/
.home *
{
  --primary-font: 'Inter var';
  font-family: var(--primary-font);
}
.home #site-header{
  display: none;
}
.home .logo-landing-page, .home .info-link-landing-page{
  width: calc(50% - 33px) !important;
  max-width: none !important;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.home #site-footer{
  display: none;
}
