/*
 * Theme Name:  Lara and Dan 2027
 * Description: Wedding site for Lara & Dan, June 2027. Child theme of Twenty Twenty-Five.
 * Template:    twentytwentyfive
 * Version:     1.0.0
 * Author:      Dan Pudsey
 */

@font-face {
  font-family: "Prospectus Pro L";
  src:
    url("fonts/ProspectusSTDDEMO-Black.woff2") format("woff2"),
    url("fonts/ProspectusSTDDEMO-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cal Sans UI";
  src: url("fonts/CalSansUI-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cal Sans UI";
  src: url("fonts/CalSansUI-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cal Sans UI";
  src: url("fonts/CalSansUI-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
  font-family: "Prospectus Pro L", Georgia, serif;
  font-weight: 900;
}

body {
  font-size: 16px;
}

strong {
  font-weight: 800;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

p {
  margin-top: 0;
}
