/*
Theme Name: Pronghorn Collective
Theme URI: https://pronghorncollective.com
Author: Pronghorn Collective
Description: Editorial wedding and events theme for Pronghorn Collective.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: tmt
*/

:root {
  --ink: #2F3A31;
  --subtle: #6E7A6B;
  --mute: #9AA398;
  --background: #F5EFE8;
  --surface: #FDFDFD;
  --foreground: #2F3A31;
  --card: #FFFFFF;
  --card-foreground: #2F3A31;
  --popover: #FFFFFF;
  --popover-foreground: #2F3A31;
  --primary: #7A8B72;
  --primary-foreground: #FFFFFF;
  --secondary: #E8DDD6;
  --secondary-foreground: #2F3A31;
  --muted: #EDE6DE;
  --muted-foreground: #6E7A6B;
  --accent: #B8A5A0;
  --accent-foreground: #2F3A31;
  --destructive: #dc2626;
  --destructive-foreground: #FFFFFF;
  --border: #D7CFC3;
  --input: #D7CFC3;
  --ring: #7A8B72;
  --section-title: #B25F2E;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--background);
  color: var(--foreground);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

#tmt-app {
  min-height: 100vh;
}
