/* stylelint-disable scss/no-global-function-names */
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --font-primary: Encode Sans, Arial;
  --color-primary: #b40000;
  --color-primary-dark: #a00000;
  --color-primary-medium: #c4e0f4;
  --color-primary-light: #f8f5f3;
}

h1, h2, h3, h4 {
	font-family: Ubuntu;
}

body {
	background: url(https://www.ovikenergi.se/images/18.137d3c9f188731af1283ac57/1704293997515/x1440p/%C3%96vik-stad1-2000x1000.webp) #fafafa fixed;
	background-color: #f8f5f3;
	background-size: cover;
	background-position: center;
}


.navbar-nav .steps-card.step-ok {
    border-left: 8px solid #004f71!important;
}


.navbar-nav .steps-card.step-ok .steps-heading {
    background-color: #c4e0f4 /*#b4000022*/;
}

.flatpickr-monthSelect-month.disabled:focus, .flatpickr-monthSelect-month.disabled:hover {
    cursor: not-allowed;
    background: none !important;
    background-color: var(--color-primary) !important;
}

.h3, h3, label {
    font-size: 1.20em;
}