/*
Theme Name: Divi Child
Theme URI: #
Description: Child theme for Divi
Author: victorninn
Author URI: https://victorninn.com
Template: Divi
Version: 1.0.0
*/

:root {
    --navy: #0f2447;
    --navy-dark: #091a34;
    --navy-light: #1a3a6b;
    --teal: #1a9e8a;
    --teal-light: #e6f5f2;
    --blue-light: #eef2fb;
    --off-white: #f7f8fc;
    --white: #ffffff;
    --text: #1a2b4a;
    --text-muted: #6b7a99;
    --border: #dde3f0;
    --yellow: #3db87a;
    --yellow-dark: #2fa36b;
    --radius: 10px;
    --radius-lg: 16px;
    --shadow: 0 2px 16px rgba(15, 36, 71, 0.08);
    --shadow-lg: 0 8px 40px rgba(15, 36, 71, 0.14);
}

@font-face {
  font-family: DM-Sans-Regular;
  src: url(https://lprstaging.victorninn.com/wp-content/uploads/et-fonts/DM-Sans-Regular.woff2);
}

@font-face {
  font-family: Source-Serif-Bold;
  src: url(https://lprstaging.victorninn.com/wp-content/uploads/et-fonts/Source-Serif-Bold.woff2);
}