/**
 * Yao Agents - Custom Fonts
 * Outfit for headings, Roboto for body, Material Symbols for icons
 */

/* Outfit - Modern display font for headings */
@font-face {
  font-family: "Outfit";
  src:
    url("../fonts/google/Outfit-Thin.woff2") format("woff2"),
    url("../fonts/google/Outfit-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

@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: "Outfit";
  src:
    url("../fonts/google/Outfit-ExtraBold.woff2") format("woff2"),
    url("../fonts/google/Outfit-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

/* Roboto - Clean body text */
@font-face {
  font-family: "Roboto";
  src:
    url("../fonts/google/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/google/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  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: "Roboto";
  src:
    url("../fonts/google/Roboto-Black.woff2") format("woff2"),
    url("../fonts/google/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Material Symbols - Icons */
@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 utility class */
.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 sizes */
.icon-material--sm {
  font-size: 18px;
}
.icon-material--md {
  font-size: 24px;
}
.icon-material--lg {
  font-size: 32px;
}
.icon-material--xl {
  font-size: 48px;
}
