@font-face {
  font-family: "Roboto";
  src: url("../../fonts/RobotoLight/RobotoLight.woff2") format("woff2"),
    url("../../fonts/RobotoLight/RobotoLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/RobotoRegular/RobotoRegular.woff2") format("woff2"),
    url("../../fonts/RobotoRegular/RobotoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/RobotoMedium/RobotoMedium.woff2") format("woff2"),
    url("../../fonts/RobotoMedium/RobotoMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../fonts/RobotoBold/RobotoBold.woff2") format("woff2"),
    url("../../fonts/RobotoBold/RobotoBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/RobotoSlab-Light/RobotoSlab-Light.woff2") format("woff2"),
    url("../../fonts/RobotoSlab-Light/RobotoSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff2") format("woff2"),
    url("../../fonts/RobotoSlab-Regular/RobotoSlab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("../../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff2") format("woff2"),
    url("../../fonts/RobotoSlab-Bold/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 320px;
  font-family: "Roboto", "Segoe UI", sans-serif;
  color: var(--color-text);
  background: var(--color-white);
}

h1,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

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

img {
  display: block;
  max-width: 100%;
}
