/*
Theme Name: Braxweb Main
Author: Kunal
Description: Custom theme.
Author URI: https://www.braxweb.com/
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DMC
*/
@font-face {
  font-family: "Gordita-300";
  src: url("../fonts/Gordita-Light.woff2") format("woff2"),
    url("../fonts/Gordita-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita-400";
  src: url("./fonts/Gordita-Regular.woff2") format("woff2"),
    url("./fonts/Gordita-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita-500";
  src: url("./fonts/Gordita-Medium.woff2") format("woff2"),
    url("./fonts/Gordita-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita-700";
  src: url("./fonts/Gordita-Bold.woff2") format("woff2"),
    url("./fonts/Gordita-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
