    html,
    body {
      height: 100%;
      margin: 0;
      color: #0f172a;
    }

    @media (max-width: 1200px) {
      .content {
        max-width: calc(100% - 40px) !important;
      }
    }

    @font-face {
      font-family: 'Material Icons';
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
    }

    .material-icons {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
    }


    @font-face {
      font-family: 'Poppins';
      src: url('../assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Poppins';
      src: url('../assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Poppins';
      src: url('../assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Poppins';
      src: url('../assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Poppins';
      src: url('../assets/fonts/Poppins/Poppins-Bold.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    body {
      font-family: 'Poppins', Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .footer-contact {
      font-size: 12px;
    }

    .footer-brand-1 {
      font-size: 12px;
      margin-bottom: 12px;
    }