/**
 * Yao Agents - Fonts
 * Outfit for headings, Roboto for body, Material Symbols for icons.
 * Subset: only weights used by the welcome page.
 */

@font-face {
  font-family: "Outfit";
  src:
    url("../fonts/google/Outfit-Regular.woff2") format("woff2"),
    url("../fonts/google/Outfit-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src:
    url("../fonts/google/Outfit-Medium.woff2") format("woff2"),
    url("../fonts/google/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src:
    url("../fonts/google/Outfit-SemiBold.woff2") format("woff2"),
    url("../fonts/google/Outfit-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src:
    url("../fonts/google/Outfit-Bold.woff2") format("woff2"),
    url("../fonts/google/Outfit-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/google/Roboto-Light.woff2") format("woff2"),
    url("../fonts/google/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/google/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/google/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/google/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/google/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/google/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/google/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Material Symbols Outlined";
  src:
    url("../fonts/icons/MaterialSymbolsOutlined-Regular.woff2") format("woff2"),
    url("../fonts/icons/MaterialSymbolsOutlined-Regular.woff") format("woff");
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Material Symbols Outlined";
  src:
    url("../fonts/icons/MaterialSymbolsOutlined-Medium.woff2") format("woff2"),
    url("../fonts/icons/MaterialSymbolsOutlined-Medium.woff") format("woff");
  font-weight: 500;
  font-display: block;
}

.icon-material {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.icon-material--sm { font-size: 18px; }
.icon-material--md { font-size: 24px; }
.icon-material--lg { font-size: 32px; }
.icon-material--xl { font-size: 48px; }
