/*
Theme Name: Flexsoftware
Theme URI: https://flexsoftware.nl
Description: Wordpress Theme development by Flexsoftware
Author: Flexsoftware
Requires at least: 6.0
Tested up to: 6.4.0
Requires PHP: 8.1
Version: 3.0.1
Text Domain: flexsoftware
*/

/* Regular 400 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-Regular.woff2") format("woff2"),
       url("./assets/fonts/NORD-Regular.woff") format("woff"),
       url("./assets/fonts/NORD-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic 400 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-Italic.woff2") format("woff2"),
       url("./assets/fonts/NORD-Italic.woff") format("woff"),
       url("./assets/fonts/NORD-Italic.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium 500 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-Medium.woff2") format("woff2"),
       url("./assets/fonts/NORD-Medium.woff") format("woff"),
       url("./assets/fonts/NORD-Medium.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic 500 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-MediumItalic.woff2") format("woff2"),
       url("./assets/fonts/NORD-MediumItalic.woff") format("woff"),
       url("./assets/fonts/NORD-MediumItalic.eot") format("embedded-opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold 700 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-Bold.woff2") format("woff2"),
       url("./assets/fonts/NORD-Bold.woff") format("woff"),
       url("./assets/fonts/NORD-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic 700 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-BoldItalic.woff2") format("woff2"),
       url("./assets/fonts/NORD-BoldItalic.woff") format("woff"),
       url("./assets/fonts/NORD-BoldItalic.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black 900 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-Black.woff2") format("woff2"),
       url("./assets/fonts/NORD-Black.woff") format("woff"),
       url("./assets/fonts/NORD-Black.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic 900 */
@font-face {
  font-family: "NORD";
  src: url("./assets/fonts/NORD-BlackItalic.woff2") format("woff2"),
       url("./assets/fonts/NORD-BlackItalic.woff") format("woff"),
       url("./assets/fonts/NORD-BlackItalic.eot") format("embedded-opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
