/*!
Theme Name: Frisk
Theme URI: https://frisk.themegenix.com/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Frisk - Creative Agency & Portfolio WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frisk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* === FigueraVariable Font Faces === */
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono:wght@100..800&display=swap');

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-Bold.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-Light.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-Regular.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-RegularExtended.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-RegularExtended.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
}

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-RegularSemiExpanded.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-RegularSemiExpanded.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: semi-expanded;
}

@font-face {
  font-family: 'FigueraVariable';
  src: url('assets/fonts/FigueraVariable-SemiCondesed.woff2') format('woff2'),
       url('assets/fonts/FigueraVariable-SemiCondesed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}


/* === Usage Example === */

body {
  font-family: 'FigueraVariable', sans-serif;
}

.fv-bold {
  font-weight: 700;
}

.fv-light {
  font-weight: 300;
}

.fv-regular {
  font-weight: 400;
}

.fv-expanded {
  font-stretch: expanded;
}

.fv-semi-expanded {
  font-stretch: semi-expanded;
}

.fv-condensed {
  font-stretch: condensed;
}
