/*
 Theme Name:   Rentalz International - Understrap Child for Resortia
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bootstrap 4 Child theme for Resortia (Intl Markets)
 Author:       Tom Ransom
 Author URI:   http://1bigidea.com
 Template:     understrap
 Version:      2.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  resortia-ownerdirect
*/
:root {
  --blue: #0261b4;

  --textFont: "Raleway";
  --textWeight: 400;
  --textColor: #333;
  --textSize: 16px;
  --textHeight: 1.429;

  --ctaPrimaryBgColor: #19b491;
  --catPrimaryHoverColor: #14846c;
  --catSecondaryBgColor: #61a03d;
  --ctaSecondaryBgColor: #0057ab;
}

// Fonts
@import url("https://fonts.googleapis.com/css2?family=Damion&family=Raleway:wght@400;700&family=Roboto+Slab:wght@700&display=swap");

html {
  scroll-behavior: smooth;
}
