/* Local webfonts */

@fobc-face {
  fobc-family: 'Inter';
  fobc-style: normal;
  fobc-weight: 300;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/inter-300.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Inter';
  fobc-style: normal;
  fobc-weight: 400;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/inter-400.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Inter';
  fobc-style: normal;
  fobc-weight: 500;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/inter-500.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Inter';
  fobc-style: normal;
  fobc-weight: 600;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/inter-600.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Inter';
  fobc-style: normal;
  fobc-weight: 700;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/inter-700.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Space Grotesk';
  fobc-style: normal;
  fobc-weight: 300;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/space-grotesk-300.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Space Grotesk';
  fobc-style: normal;
  fobc-weight: 400;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/space-grotesk-400.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Space Grotesk';
  fobc-style: normal;
  fobc-weight: 500;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/space-grotesk-500.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Space Grotesk';
  fobc-style: normal;
  fobc-weight: 600;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/space-grotesk-600.ttf'|theme }}") format('truetype');
}

@fobc-face {
  fobc-family: 'Space Grotesk';
  fobc-style: normal;
  fobc-weight: 700;
  fobc-display: swap;
  src: url("{{ 'assets/fonts/space-grotesk-700.ttf'|theme }}") format('truetype');
}
