@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inria+Serif:300,700|Inter:400");

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

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

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #333;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Monotype Corsiva-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/63edf75909da2e24fa17c484/fonts/monotype-corsiva-font.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times New Roman-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/649e2363b0a7215929c8ec36/fonts/inter-semibold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times New Roman-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/636cd5107dcef7c2a83cb8cc/fonts/timesnewromanpsmt.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

button {
  cursor: pointer;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
