@font-face {
  src: url('../font/iCiel\ Gotham/Gotham-Thin.otf');
  font-family: 'iCiel Gotham';
  font-weight: 300;
}

@font-face {
  src: url('../font/iCiel\ Gotham/Gotham-Medium.otf');
  font-family: 'iCiel Gotham';
  font-weight: 500;
}

@font-face {
  src: url('../font/iCiel\ Gotham/Gotham-Ultra.otf');
  font-family: 'iCiel Gotham';
  font-weight: 900;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN Poppins';
  src: url('../font/SVN\ Poppins/SVN-Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
