/*
 * Depannage8 uses a system font stack by default.
 * Add licensed local font files here if the production project requires a bundled font.
 */
 
@font-face {
    font-family: "Inter";
    src: url(/wp-content/themes/depannage8/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

:root {
  --depannage8-font-primary: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
