/*
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: 2.0.4
Text Domain: flexsoftware
*/

@font-face {
    font-family: "WorkSans";
    src: url("./assets/fonts/WorkSans-Medium.ttf") format("truetype");
    font-weight: 300 500;
    font-display: swap;
    font-style: normal;
  }


@font-face {
    font-family: "WorkSans";
    src: url("./assets/fonts/WorkSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
    font-style: normal;
  }

  @font-face {
    font-family: "WorkSans";
    src: url("./assets/fonts/WorkSans-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
  }


  @font-face {
    font-family: "Thursday";
    src: url("./assets/fonts/ThursdayMorningRegular.ttf") format("truetype");
    font-weight: 300 500;
    font-display: swap;
    font-style: normal;
  }


@font-face {
    font-family: "Thursday";
    src: url("./assets/fonts/ThursdayMorningMedium.ttf") format("truetype");
    font-weight: medium;
    font-display: swap;
    font-style: normal;
  }

  @font-face {
    font-family: "Thursday";
    src: url("./assets/fonts/ThursdayMorningBold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
  }
