/* Static Google Sans files from the live Framer site (fonts.gstatic.com).
   Loaded after design-kit tokens so this family wins over the variable TTF. */

@font-face {
  font-family: "Google Sans Site";
  src: url("/fonts/google-sans/google-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Site";
  src: url("/fonts/google-sans/google-sans-400.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Site";
  src: url("/fonts/google-sans/google-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Site";
  src: url("/fonts/google-sans/google-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans Site";
  src: url("/fonts/google-sans/google-sans-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --gt-font-sans: "Google Sans Site", Arial, sans-serif;
}

body {
  font-synthesis: none;
}
