/*
Theme Name: Vincent Museum Theme PRO v4
Author: Praat met Vincent
Version: 4.0
Description: Production Ready Museum Block Theme
*/

body{
  margin:0;
  background:#FFF8E7;
  color:#111111;
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
}

.vincent-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.vincent-hero{
  padding:200px 0 160px 0;
  background:#FFF8E7;
}

.vincent-title{
  font-size:68px;
  line-height:1.05;
}

.vincent-sub{
  max-width:640px;
  font-size:20px;
}

.vincent-button{
  display:inline-block;
  margin-top:36px;
  background:#111111;
  color:#fff;
  padding:18px 30px;
  border-radius:999px;
  text-decoration:none;
  transition:260ms ease-out;
}

.vincent-button:hover{
  opacity:.85;
}

.section-spacing{
  padding:140px 0;
}

.card{
  border-radius:24px;
  padding:40px;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.05);
  transition:260ms ease-out;
}

.card:hover{
  transform:translateY(-6px);
}

.lang-switch{
  font-size:13px;
  opacity:.7;
}
