/*
Theme Name: Commence
Theme URI: https://commence.nu
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: commence
*/
/* Typography */
/* Colors */
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.woff2") format("woff2"), url("fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.woff2") format("woff2"), url("fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Light.woff2") format("woff2"), url("fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 7.5vw;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 4vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 2.2vw;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #101a2e;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: white;
  background: #d75d5d;
}

p, .p, blockquote {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

h2 {
  margin: 0 0 0.7rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

@media screen and (min-width: 992px) {
  .wrapper {
    min-height: 100vh;
    display: flex;
  }
}
.wrapper .left {
  padding: 1.5rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: white;
  background-color: #101a2e;
}
@media screen and (min-width: 992px) {
  .wrapper .left {
    width: 53vw;
    padding: 2.5rem 3.5rem 2.5rem 2.5rem;
    gap: 2.5rem;
  }
}
.wrapper .left .logo {
  width: 12rem;
  max-width: 90%;
  display: block;
}
@media screen and (min-width: 992px) {
  .wrapper .left .logo {
    max-width: 100%;
  }
}
.wrapper .left .contact-info {
  margin-top: auto;
}
.wrapper .left .contact-info .contact-info-lists {
  display: grid;
  gap: 0.7rem;
}
@media screen and (min-width: 992px) {
  .wrapper .left .contact-info .contact-info-lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.wrapper .left .contact-info ul {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
  line-height: 1.15rem;
}
.wrapper .left .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.wrapper .left .contact-info ul li:first-child {
  margin: 0 0 0.05rem 0;
  font-size: 0.8rem;
  font-weight: 500;
}
.wrapper .left .contact-info svg {
  width: 0.55rem;
  flex-shrink: 0;
}
.wrapper .left .contact-info svg path {
  fill: white;
}
.wrapper .right {
  background-color: #e6e9ee;
}
@media screen and (min-width: 992px) {
  .wrapper .right {
    width: 47vw;
    display: flex;
    flex-direction: column;
  }
}
.wrapper .right .right-top {
  position: relative;
  flex-grow: 1;
}
.wrapper .right .right-top img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .wrapper .right .right-top img {
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
  }
}
.wrapper .right .right-bottom {
  padding: 1.3rem 0.9rem;
  flex-shrink: 0;
  font-weight: 300;
  font-style: italic;
}
@media screen and (min-width: 992px) {
  .wrapper .right .right-bottom {
    padding: 2.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
