/* Self-hosted Codec Pro. Loaded after main.min.css so the --inter/--theme-font
   overrides below win over the template's Google Fonts Inter. */

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Regular.otf") format("opentype"),
    url("/Designegy%20Font/CodecPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Codec Pro";
  src: url("/Designegy%20Font/CodecPro-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --codec-pro: "Codec Pro", sans-serif;
  /* The template's type stack reads from these two vars everywhere. */
  --inter: var(--codec-pro);
  --theme-font: var(--codec-pro);
}
