@font-face {
  font-family: "GT Eesti Display";
  src: url("../assets/fonts/GT-Eesti-Display-Regular-Trial.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Display";
  src: url("../assets/fonts/GT-Eesti-Display-Bold-Trial.otf")
    format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Display";
  src: url("../assets/fonts/GT-Eesti-Display-Light-Trial.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Display";
  src: url("../assets/fonts/GT-Eesti-Display-Medium-Trial.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Text";
  src: url("../assets/fonts/GT-Eesti-Text-Regular-Trial.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Text";
  src: url("../assets/fonts/GT-Eesti-Text-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Text";
  src: url("../assets/fonts/GT-Eesti-Text-Light-Trial.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GT Eesti Text";
  src: url("../assets/fonts/GT-Eesti-Text-Medium-Trial.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

body {
  color: #343a40;
  background: #FFFFFF;
  font-family: "GT Eesti Text", sans-serif;
}

.header {
  text-align: center;
  color: #0c2340;
  font-size: 3rem;
  font-weight: 600;
  font-family: "GT Eesti Display", sans-serif;
  margin-top: 40px;
}

.sub-header {
  text-align: center;
  color: #0c2340;
  font-size: 1rem;
  font-family: "GT Eesti Display", sans-serif;
  font-weight: 300;
}

.tool-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.tool-card {
  border: 1px solid #dee2e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  padding: 30px;
  max-width: 650px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.tool-card .card-body {
  padding: 25px;
}

.tool-card .card-title {
  font-size: 1.75rem;
  margin-bottom: 15px;
  color: #343a40;
  font-weight: 500;
  font-family: "GT Eesti Display", sans-serif;
}

.tool-card .card-text {
  color: #545b62;
  font-size: 0.9rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.tool-card img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 5px;
}

.btn-primary:hover {
  background-color: #0056b3;
}
