/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Lekton:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Copse&family=Graduate&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poetsen+One&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Wellfleet&display=swap");

@font-face {
  font-family: "Monaco";
  src: url("/assets/Monaco_for_Powerline-71462ae4.otf") format("opentype");
}

@font-face {
  font-family: "FiraCode";
  src: url("/assets/FiraCode-Regular-f3f39091.ttf") format("truetype");
}

@font-face {
  font-family: "FiraCodeRetina";
  src: url("/assets/FiraCode-Retina-cfa99656.ttf") format("truetype");
}

@font-face {
  font-family: "Iosevka";
  src: url("/assets/IosevkaTermSlabNerdFont-Regular-b0377cd5.ttf") format("truetype");
}

@font-face {
  font-family: "Victor";
  src: url("/assets/VictorMonoNerdFont-Regular-b27be98d.ttf") format("truetype");
}

@font-face {
  font-family: "Blex";
  src: url("/assets/BlexMonoNerdFont-Regular-b62dc4a6.ttf") format("truetype");
}

@font-face {
  font-family: "Lilex";
  src: url("/assets/LilexNerdFont-Regular-6fa92fc7.ttf") format("truetype");
}

@font-face {
  font-family: "Fantasque";
  src: url("/assets/FantasqueSansMNerdFont-Regular-f2e7e82b.ttf") format("truetype");
}

@font-face {
  font-family: "InputMono";
  src: url("/assets/InputMono-Regular-eb05ca38.ttf") format("truetype");
}

@font-face {
  font-family: "SourceCodePro";
  src: url("/assets/SourceCodePro-Medium-4da61f29.ttf") format("truetype");
}

.font-monaco {
  font-family: "Monaco";
}

.font-firacode {
  font-family: "FiraCode";
}

.font-firacode-retina {
  font-family: "FiraCodeRetina";
}

.font-iosevka {
  font-family: "Iosevka";
}

.font-victor {
  font-family: "Victor";
}

.font-blex {
  font-family: "Blex";
}

.font-lilex {
  font-family: "Lilex";
}

.font-fantasque {
  font-family: "Fantasque";
}

.font-input-mono {
  font-family: "InputMono";
}

.font-source-code-pro {
  font-family: "SourceCodePro";
}

.font-copse {
  font-family: "Copse";
}

.font-graduate {
  font-family: "Graduate";
}

.font-plus-jakarta-sans {
  font-family: "Plus Jakarta Sans";
}

.font-poetsen-one {
  font-family: "Poetsen One";
}

.font-roboto-condensed {
  font-family: "Roboto Condensed";
}

.font-wellfleet {
  font-family: "Wellfleet";
}

.font-garamond {
  font-family: "EB Garamond";
}

.font-anonymous {
  font-family: "Anonymous Pro";
}

.font-lekton {
  font-family: "Lekton";
}

body {
  font-family: "Iosevka";
}
