/* template.css — marcopolo CRM SaaS
   Font faces only. All component styles are in crm.css.
   Old AdminLTE/Bootstrap 3 rules removed.
*/

@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100; font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300; font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900; font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-ThinItalic.ttf") format("truetype");
  font-weight: 100; font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300; font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400; font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700; font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../res/fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900; font-style: italic;
}

/* Numeric input — disable spinner */
input[type='number']                         { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
