/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
/* alumni-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Alumni Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../fonts/alumni-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../../../fonts/alumni-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/alumni-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/alumni-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/alumni-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/alumni-sans-v12-latin-regular.svg#AlumniSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../../../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../../../../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* prompt-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  src: url('../../../../fonts/prompt-v10-latin-100.eot'); /* IE9 Compat Modes */
  src: url('../../../../fonts/prompt-v10-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/prompt-v10-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/prompt-v10-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/prompt-v10-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/prompt-v10-latin-100.svg#Prompt') format('svg'); /* Legacy iOS */
}



/* rajdhani-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  src: url('../../../../fonts/rajdhani-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../../../../fonts/rajdhani-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../fonts/rajdhani-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../fonts/rajdhani-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../../fonts/rajdhani-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../fonts/rajdhani-v15-latin-300.svg#Rajdhani') format('svg'); /* Legacy iOS */
}






/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}