@font-face {
  font-family: 'FTBlank';
  src:
    local('FTBlank'),
    local('FTBlank-Regular'),
    url('FTBlank-Light.woff2') format('woff2');
  font-weight: normal;
}

/* @font-face {
  font-family: 'FTBlank';
  src: local('FTBlank'), local('FTBlank-Regular'), url("../../assets/fonts/FTBlank-Book.woff2") format("woff2");
  font-weight: normal;
} */

@font-face {
  font-family: 'FTBlank';
  src:
    local('FTBlank Bold'),
    local('FTBlank-Bold'),
    url('FTBlank-Medium.woff2') format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: 'Outfit';
  src: local('Outfit'),
       local('Outfit-VariableFont_wght.ttf'),
       url('Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
}
