/*
Theme Name: Landpress Child
Theme URI: http://example.com/landpress-child
Description: Landpress Child Theme
Author: Your Name
Author URI: http://example.com
Template: landpress
Version: 1.0.0
*/

/* Add custom styles below */
:root {
  --primary-color: #f18a41; /* Orange */
  --secondary-color: #233831; /* Green */
  --background-color: #f0eeea; /* Light grey */
  --white-color: #ffffff; /* White */

  --input-border: 1px solid #727272;
  --button-border: 1px solid #727272;

  --input-border-hover-color: #878787;
  --button-border-hover-color: #878787;

  --border-transition: border-color 0.3s ease;
  --button-transition: border-color 1s ease;

  --primary-color-hover: #d77433; /* Darker orange */
  --secondary-color-hover: #1b2c26; /* Darker green */
  --background-color-hover: #e0deda; /* Darker grey */

  --form-element-width: 300px;

  --border-radius-rounded: 999px;

  --font-family-primary: "Hanken Grotesk", sans-serif;
}
