
    @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
    [data-testid="embed-frame-header"] > div { margin-top: 0; }
    [data-testid="dashboard-export-pdf-button"],
    [label="Download results"],
    [data-testid="download-button"],
    a[href="https://www.metabase.com/powered-by-metabase?utm_medium=referral&utm_source=product&utm_campaign=powered_by_metabase&utm_content=embedded_banner_data"],
    .Icon-download,
    header[data-testid="embed-frame-header"] [data-testid="fixed-width-dashboard-header"] button { display: none !important; }
    div[role="button"] > [role="tab"], [data-active] { border-color: var(--mb-color-brand) !important; }
    nav li[aria-selected="true"], a:hover { color: var(--mb-color-brand) !important; }
    :root {
      --mb-color-brand: #0BAF88;
      --mb-default-font-family: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }
    a[href="/"][data-testid="main-logo-link"] {
      position: relative;
      background-image: url(https://investorkit.supabase.co/storage/v1/object/public/unfold-public/public/investor-kit-1722328937.png);
      background-size: 32px;
      height: 32px;
      background-repeat: no-repeat;
    } 
    @media (min-width: 1024px) {
      a[href="/"][data-testid="main-logo-link"] { width: 100%; max-width: 230px; }
    }
    a[href="/"][data-testid="main-logo-link"] svg,
    svg[data-testid="main-logo"],
    [data-testid="login-page-illustration"],
    [data-testid="embed-frame-footer"],
    [data-testid="landing-page-illustration"] { display: none; }
    [data-testid="embed-frame"] { border: none !important; border-radius: 0 !important; }
    #Dashboard-Parameters-And-Cards-Container, [data-testid="dashboard-header"] { max-width: 1690px; width: 100%; margin: 0 auto; }
    #Dashboard-Parameters-And-Cards-Container > div:first-of-type { max-width: 1690px; } 
    [data-testid="fixed-width-dashboard-tabs"] { max-width: 1626px; margin: 0 auto; }
    [font-size*="3rem"], [font-size*="3."], [font-size*="4rem"], [font-size*="4."], [font-size*="5."] { font-size: 2.5rem !important; }
    @media (min-width: 1024px) {
      a[href="/"][data-testid="main-logo-link"]:after {
        display: block;
        position: absolute;
        left: 38px;
        font-weight: bold;
        content: 'InvestorKit Metabase'
      }
    }
  