/* Local Inter font loading */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}

/* Local Open Sans font loading */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

body {
  font-family: "Inter";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-family: "Open Sans";
  font-size: 24px;
}

h2 {
  font-family: "Open Sans";
  font-size: 22px;
}

h1#title {
  font-weight: bold;
}

h2#subtitle {
  font-weight: bold;
  margin-bottom: 20px;
}

.general_subtitle {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

#Kundeinformasjon {

  
}

#Produktinformasjon {
 
  
}

label.general_label {
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 8px;
}

input.general_input {
  width: 275px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

input.wide_input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

input.mini_input {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 10px;
}

.black_button {
  width: 275px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.wide_button {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.black_button:hover {
  background-color: #555;
}

.white_button {
  width: 275px;
  background-color: #fff;
  color: #333;
  border: 2px solid #000;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

.white_button:hover {
  background-color: #333;
  color: #fff;
}

a.Kontakt_oss {
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
  text-decoration: underline;
}

a.Kontakt_oss:hover {
  text-decoration: none;
}

.delete-btn {
  display: inline-block;
  background-color: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  vertical-align: text-bottom;
}