.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
    --color-accent: blue;
    --color-bg-dark: #444;
    --color-bg-light: #ddd;
    --color-text-dark: #444;
    --color-text-light: #ddd;
    
    --font-size-s: 0.75rem;
    --font-size-m: 1rem;
    --font-size-l: 1.5rem;
    
    --space-s: ;
    --space-m: ;
    --space-l: ;
    
    --line-s: 0.5px;
    --line-m: 1px;
    --line-l: 2px;
}

/* Typografi */

* {
    color: var(--color-text-dark);
    font-family: inter, Sans-Serif;
}

h1,h2,h3,h4 {
    font-weight: bold;
}

h1 {font-size: 3rem;}
h2 {font-size: 2.5rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.5rem;}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: var(--line-l);
    text-underline-offset: 2px;
}

a:hover {
    color: var(--color-accent);
    text-underline-offset: 4px;
    transition: 200ms ease-out;
}

/* Containere */

.card {
    
}

/* Unique */

.logo {
    width: 200px;
}

.logo svg * {
    fill: red;
}/* End custom CSS */