/* TamuBN v85.4.5 — Humanist typography refresh
   Direction inspired by the clean/light/bold hierarchy used in Amazon Echo typography,
   implemented with Lato (Google Fonts) rather than Amazon Ember. */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap');

:root{
  --tamu-font:"Lato","Segoe UI",Arial,Helvetica,sans-serif;
  --tamu-font-display:"Lato","Segoe UI",Arial,Helvetica,sans-serif;
}

html,body,
button,input,select,textarea,
.portal-auth-body,.workspace-body,.seo-commerce-page,.content-article-page,
.mobile-app,.mobile-shell{
  font-family:var(--tamu-font)!important;
  font-kerning:normal;
  text-rendering:optimizeLegibility;
}

body{font-weight:400;letter-spacing:0}

/* Ember-like hierarchy: light display, strong short subheads/actions. */
h1,.hero h1,.page-hero h1,.portal-auth-brand h1,
.content-article h1,.seo-sell-page h1,.seo-how-page h1,.seo-fees-page h1{
  font-family:var(--tamu-font-display)!important;
  font-weight:300!important;
  letter-spacing:-.025em!important;
  line-height:1.08!important;
}

h2,h3,h4,h5,h6,
.section-head h2,.product-info h2,.shop-title,
.workspace-title,.mobile-page-title{
  font-family:var(--tamu-font-display)!important;
  font-weight:700;
  letter-spacing:-.012em;
  line-height:1.2;
}

p,li,dd,dt,label,input,textarea,select{
  line-height:1.42;
}

.button,button,[role="button"],
.nav,.account-tools,.tabs,
.badge,.chip,.pill,
.workspace-nav,.workspace-topbar,
.mobile-nav,.mobile-tabbar{
  font-family:var(--tamu-font)!important;
}

.button,button,[role="button"]{
  font-weight:700;
  letter-spacing:0;
}

strong,b{font-weight:700}

/* Product and commerce typography: slightly softer labels, clear pricing. */
.product-card h3,.product-card h4,.product-name,.cube-product-name,
.mobile-product-title,.mobile-card-title{
  font-weight:700;
  letter-spacing:-.008em;
}

.price,.product-price,.mobile-product-price,
[data-price]{
  font-weight:900;
  letter-spacing:-.01em;
}

/* Long-form content follows the referenced guideline's readable left-aligned rhythm. */
.content-article p,.content-article li,
.content-lead,.seo-commerce-page p{
  letter-spacing:0;
}

/* Keep compact metadata crisp without the former heavy geometric feel. */
small,.eyebrow,.content-kicker,.workspace-eyebrow,
.meta,.product-meta{
  letter-spacing:.02em;
}

@media(max-width:760px){
  h1,.hero h1,.page-hero h1,.content-article h1{
    letter-spacing:-.02em!important;
    line-height:1.1!important;
  }
  body{font-size-adjust:.5}
}
