/* Involve Regular */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-Regular.otf') format('opentype'),
  url('/fonts/involve/Involve-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Involve Bold */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-Bold.otf') format('opentype'),
  url('/fonts/involve/Involve-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Involve Bold Oblique */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-BoldOblique.otf') format('opentype'),
  url('/fonts/involve/Involve-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: oblique;
}

/* Involve Medium */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-Medium.otf') format('opentype'),
  url('/fonts/involve/Involve-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Involve Medium Oblique */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-MediumOblique.otf') format('opentype'),
  url('/fonts/involve/Involve-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: oblique;
}

/* Involve Oblique */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-Oblique.otf') format('opentype'),
  url('/fonts/involve/Involve-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: oblique;
}

/* Involve SemiBold */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-SemiBold.otf') format('opentype'),
  url('/fonts/involve/Involve-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Involve SemiBold Oblique */
@font-face {
  font-family: 'Involve';
  src: url('/fonts/involve/Involve-SemiBoldOblique.otf') format('opentype'),
  url('/fonts/involve/Involve-SemiBoldOblique.ttf') format('truetype');
  font-weight: 600;
  font-style: oblique;
}
