/*
Theme Name:     Divi Child
Theme URI:      https://texascoastalartists.com
Description:    A child theme for the Divi Theme.
Author:         Arslan Khwaja
Author URI:     https://websmartdevelopers.com
Template:       Divi
Version:        1.0.0
*/

@import url("../Divi/style.css");

/* You can add your custom CSS below */

/* Variable font */
@font-face {
    font-family: 'Roundo';
    src: url('fonts/Roundo-Variable.woff2') format('woff2'),
         url('fonts/Roundo-Variable.eot');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  
  /* Medium */
  @font-face {
    font-family: 'Roundo';
    src: url('fonts/Roundo-Medium.woff2') format('woff2'),
         url('fonts/Roundo-Medium.eot');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  /* SemiBold */
  @font-face {
    font-family: 'Roundo';
    src: url('fonts/Roundo-SemiBold.woff2') format('woff2'),
         url('fonts/Roundo-SemiBold.eot');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  /* Bold */
  @font-face {
    font-family: 'Roundo';
    src: url('fonts/Roundo-Bold.woff2') format('woff2'),
         url('fonts/Roundo-Bold.eot');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  /* Cabinet Grotesk Variable */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Variable.eot');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk Regular */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Regular.eot');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk Medium */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Medium.eot');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Cabinet Grotesk Bold */
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
       url('fonts/CabinetGrotesk-Bold.eot');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

  h1, h2, h3, h4, h5, h6 {
    font-family: 'Roundo', sans-serif;
  }
  body, p, li, span, input, textarea, select {
    font-family: 'Cabinet Grotesk', sans-serif;
  }
  