/*
Theme Name: Polaris
Author: Loxeno
Version: 1.0
Tested up to: 6.8.3
Requires PHP: 8.0
Text Domain: polaris
*/

@font-face {
  font-family: "Yellix";
  src: url("assets/fonts/Yellix/TTF/Yellix-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf")
    format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Yellix", sans-serif;
}
