/*
Theme Name: LD Block Theme
Author: Lawrence Davis
Author URI: https://lawrencedavis.co.uk
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 0.1
Text Domain: ld_block_theme
*/

/* GENERAL */

body {
overflow-x: clip;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
a {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
strong, b {
font-weight: 700;
}
.text-center {
text-align: center;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.multiply {
mix-blend-mode: multiply;
}
.wp-block-separator {
border-top-width: 1px;
}


/* COLOR REF */

.has-base-color path {
fill: var(--wp--preset--color--base);
}
.white-filter img {
filter: brightness(0) saturate(100%) invert(99%) sepia(10%) saturate(2%) hue-rotate(16deg) brightness(111%) contrast(100%);
}
.has-contrast-color path {
fill: var(--wp--preset--color--contrast);
}
.has-blue-color path {
fill: var(--wp--preset--color--blue);
}
.has-lighter-blue-color path {
fill: var(--wp--preset--color--green);
}
.has-red-color path {
fill: var(--wp--preset--color--red);
}


/* BUTTON */

.wp-element-button.wp-block-button__link {
padding: calc(0.7em + 1px) calc(1.5em + 1px);
}
.wp-block-button.is-style-outline .wp-element-button.wp-block-button__link {
border-width: 1px;
}

