:root {
  --primary: #1d3b66;
  --secondary: #f35d22;
  --accent: #e74c3c;
  --border: #dee2e6;
}

::selection {
  background-color: var(--secondary);
  color: #ffffff;
}

html, body {
  overflow-x: hidden;
}

.barlow-300 { font-family: 'Barlow', sans-serif; font-weight: 300; }
.barlow-400 { font-family: 'Barlow', sans-serif; font-weight: 400; }
.barlow-500 { font-family: 'Barlow', sans-serif; font-weight: 500; }
.barlow-600 { font-family: 'Barlow', sans-serif; font-weight: 600; }


.handwrite {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
  color: #0057B8;
}



