@charset "utf-8";
/*
 * Custom OneTrust look — TOYOTA SITE VISIT.
 *
 * The SDK is injected by GTM with its own inline typography. Only the type is
 * overridden here so the banner and preference centre read as part of the site;
 * layout and colours stay with whatever is published in the OneTrust console.
 *
 * The @font-face is repeated because the landing pages (tas_header.html) load
 * tas_assets/css/style.css instead of assets/css/styles.css, so Sarabun is not
 * guaranteed to be declared by the time the banner appears.
 *
 * Compiled from ../scss/consent.scss by hand — keep both files in step.
 */
@font-face {
  font-family: "Sarabun Light";
  src: url("../../../assets/fonts/Sarabun-Light.eot");
  src: url("../../../assets/fonts/Sarabun-Light.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/Sarabun-Light.woff") format("woff"), url("../../../assets/fonts/Sarabun-Light.ttf") format("truetype"), url("../../../assets/fonts/Sarabun-Light.svg#Sarabun-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#onetrust-consent-sdk {
  font-family: var(--font-saraban-light, "Sarabun Light"), sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
#onetrust-consent-sdk a,
#onetrust-consent-sdk button,
#onetrust-consent-sdk input,
#onetrust-consent-sdk select,
#onetrust-consent-sdk h2,
#onetrust-consent-sdk h3,
#onetrust-consent-sdk h4,
#onetrust-consent-sdk p,
#onetrust-consent-sdk span,
#onetrust-consent-sdk li {
  font-family: inherit;
}
