@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

@font-face {
  font-family: Slalom;
  src: url('./CASlalom-Bold.otf') format('opentype');
}

@font-face {
  font-family: Designer;
  src: url('./Designer.otf') format('opentype');
}

@font-face {
  font-family: BebasNeue;
  src: url('./BebasNeue-Regular.otf') format('opentype');
}

@font-face {
  font-family: BebasKai;
  src: url('./BebasKai.otf') format('opentype');
}

@font-face {
  font-family: Moderniz;
  src: url('./Moderniz.otf') format('opentype');
}

body,
html {
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, Helvetica,
    sans-serif !important;
}

button,
input,
textarea,
select,
option {
  font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, Helvetica,
    sans-serif !important;
}
