/* Graphik */

@font-face {
   font-family: 'GraphikLight';
   src: url('../fonts/GraphikLight.otf');
}

@font-face {
   font-family: 'GraphikRegular';
   src: url('../fonts/GraphikRegular.otf');
}

@font-face {
   font-family: 'GraphikMedium';
   src: url('../fonts/GraphikMedium.otf');
}

@font-face {
   font-family: 'GraphikSemibold';
   src: url('../fonts/GraphikSemibold.otf');
}

@font-face {
   font-family: 'GraphikBold';
   src: url('../fonts/GraphikBold.otf');
}

/* Mont */

@font-face {
   font-family: 'Mont-Bold';
   src: url('../fonts/Mont-Bold.ttf');
}

/* Ramabhadra */

@font-face {
   font-family: 'Ramabhadra-Regular';
   src: url('../fonts/Ramabhadra-Regular.ttf');
}

/* Poppins */

@font-face {
   font-family: 'Poppins-light';
   src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/Poppins-SemiBold.ttf');
}
