/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */

 @import url("../includes/font-inter.d9bc15414d2d.css");

 /* !important required for locale specific override */
 /* stylelint-disable declaration-no-important  */
 html[lang='az'] body,
 html[lang='az'] body * {
     font-family: Inter, X-LocaleSpecific, sans-serif !important;
     font-variant: normal !important;
 }
