/* 
* Fuentes para políticas, cookies y footer
* -----------------------------------------------------
*/

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../../cookies/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../../cookies/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../../cookies/fonts/Roboto-Medium.ttf') format('truetype');
}

/* 
* Fuentes para Landing/Web
* -----------------------------------------------------
*/

@font-face {
  font-family: 'Teko';
  src: url('../../fonts/Teko-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Teko-light';
  src: url('../../fonts/Teko-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Teko-semi';
  src: url('../../fonts/Teko-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Teko-bold';
  src: url('../../fonts/Teko-Bold.ttf') format('truetype');
}


@font-face {
  font-family: 'Kaushan Script';
  src: url('../../fonts/KaushanScript-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'HK Grotesk-light';
  src: url('../../fonts/HKGrotesk-Light.otf') format('truetype');
}

@font-face {
  font-family: 'HK Grotesk';
  src: url('../../fonts/HKGrotesk-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'HK Grotesk-semi';
  src: url('../../fonts/HKGrotesk-SemiBold.otf') format('truetype');
}
@font-face {
  font-family: 'MonserratBold';
  src: url('../../fonts/Montserrat-Bold.ttf') format('truetype');
}