/* Reset and Google Fonts */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:400,700");

/* Base styles */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
}

/* Focus style for accessibility */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

/* Local font files */
@font-face {
  font-family: "Kappa Display-Bold";
  src: url("fonts/w-foundry-kappadisplaybold.otf") format("opentype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo-Light";
  src: url("fonts/spoqahansansneo-light.otf") format("opentype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo-Bold";
  src: url("fonts/spoqa-han-sans-neo-bold.otf") format("opentype");
}

@font-face {
  font-family: "Spoqa Han Sans Neo-Regular";
  src: url("fonts/spoqahansansneo-light.otf") format("opentype");
}
