@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* Importation de la variante Regular de Silka */
/* =======================
   SILKA - REGULAR (400)
   ======================= */
@font-face {
  font-family: "Silka";
  src: url("../font/Silka-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* =======================
   SILKA - MEDIUM (500)
   ======================= */
@font-face {
  font-family: "Silka";
  src: url("../font/Silka-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

/* =======================
   SILKA - BOLD (700)
   ======================= */
@font-face {
  font-family: "Silka";
  src: url("../font/Silka-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/* =======================
   SILKA - LIGHT (300)
   ======================= */
@font-face {
  font-family: "Silka";
  src: url("../font/Silka-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}


* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  font-family: "Silka";
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
