/* Indlæs fonten */
@font-face {
  font-family: "CalSans-Regular";
  src: url("CalSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Brug fonten globalt + fortæl Bootstrap at dette er body-fonten */
:root {
  --bs-body-font-family: "CalSans-Regular", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
  font-family: var(--bs-body-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #DF5125;
  font-size: 1.2rem;
}

/* Global tekstfarve hvid */
body, .navbar, .dropdown-menu {
  color: #fff;
}
/* Gør nav-link-tekst og -ikoner hvide */
.navbar .nav-link,
.navbar-brand,
.navbar .nav-link svg {
  color: #fff !important;
  fill: currentColor;
}
.nav-link .icon {
  width: 1em;
  height: 1em;
  margin-right: .35rem;
  vertical-align: -0.125em;
}
a, a:visited, a:hover {
	color : #FFF;
}
  
footer {
  color: rgba(255,255,255,0.7);
}
.image-side img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .75rem;
  border: 1px solid rgba(255,255,255,0.15);
}

.nav-link:focus-visible,
.navbar-toggler:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
	margin-left : -34px;
}

.navbar {
	background: #DF5125;
}

.lightnavbar {
	background: #fff4f0 !important;
}

@media (max-width: 1024px) {
	.navbar-brand {
		margin-left: 0 !important;
	}
	.flip-card {
		height : 260px;
	}
}

@font-face {
  font-family: "CalSans-Regular";
  src: url("/CalSans-Regular.ttf") format("truetype");
  font-weight: 400;          
  font-style: normal;
  font-display: swap;        
}

html {
  font-family: "CalSans-Regular", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
