/*
 * Self-hosted Inter (assets/fonts/), the theme's only typeface. Only the
 * weights the type scale in assets/css/scss/_mixins.scss uses are declared:
 * 400 / 500 / 600 / 700 and 400 italic. Enqueued as `theme-fonts`
 * (includes/assets.php) and loaded into the editor (includes/setup.php).
 * Regular and Bold are preloaded from includes/head.php.
 */
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/Inter-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
