﻿@charset "UTF-8";
/* ==================================================
    F³ :: FFFoundation
    The Unified UX Foundation Template
    © Filozofski Fakultet Univerziteta u Nišu, 2022-
   ================================================== */


/* =========================
    TYPEFACE AND TYPOGRAPHY
   ========================= */

@font-face {
  font-family: "Butler Stencil";
  src: url('../../fonts/butlerstencil/woff2/butlerstencil.woff2') format('woff2-variations');
  font-display: swap;
}



/* =======================
    ROOT VARS
   ======================= */

:root {
  --font-butler: "Butler Stencil";
}