@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

/* 100 – Thin */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* 200 – Light */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* 300 – Light (same as 200) */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 400 – Regular */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 – Medium */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 600 – DemiBold */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 700 – Bold */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 800 – ExtraBold */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 900 – Heavy */
@font-face {
  font-family: 'Visby';
  src: url('/fonts/VisbyCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


 