@import url('https://fonts.googleapis.com/css2?family=Solway:wght@400;700&display=swap');

/* Solway por defecto en todo el sitio */
body {
  font-family: 'Solway', serif !important;
}

/* Lato solo para los párrafos */
p {
  font-family: 'Lato', sans-serif !important;
}

/* Solway también para todos estos elementos comunes */
h1, h2, h3, h4, h5, h6,
button, .button, .btn,
.subtitle, .heading, .title, 
.navbar, .menu, a, span, strong, label, 
input, textarea, select, ul, li {
  font-family: 'Solway', serif !important;
}
<!-- Google Fonts: Solway -->
<link href="https://fonts.googleapis.com/css2?family=Solway:wght@400;700&display=swap" rel="stylesheet">

<style>
  /* 1. Fuente por defecto: Solway */
  body, * {
    font-family: 'Solway', serif !important;
  }

  /* 2. Párrafos: Lato */
  p {
    font-family: 'Lato', sans-serif !important;
  }

  /* 3. Botones: aseguramos Solway */
  button,
  .button,
  .btn,
  input[type="submit"],
  input[type="button"],
  a.button,
  a.btn {
    font-family: 'Solway', serif !important;
  }
</style>
.component-slider-ss .component-item {
  width: 1500px !important;       /* ancho fijo */
  height: 844px !important;       /* alto fijo */
  background-size: cover !important;  /* que cubra todo el área */
  background-position: center !important; /* centrada */
  margin: 0 auto !important;
  padding: 0 !important;
}