/**
Theme Name: MyCityHighlight
Author: MyCityHighlight
Author URI: https://newsystem-mycityhighlight.com/
Description: Child-Theme für das Multisite-System von MyCityHighlight; basierend auf dem Astra Theme für Learndash.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mycityhighlight
Template: astra
*/

/* Use the font in your CSS */
body {
    font-family: 'Roboto', sans-serif;
  }

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
   }
   
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('../fonts/Roboto-BlackItalic.ttf') format('ttf');
    font-weight: 700;
    font-style: italic;
   }

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
   }

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('../fonts/Roboto-BoldItalic.ttf') format('ttf');
    font-weight: 600;
    font-style: italic;
   }

@font-face {
    font-family: 'Roboto-Italic';
    src: url('../fonts/Roboto-Italic.ttf') format('ttf');
    font-weight: 400;
    font-style: italic;
   }

@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf') format('ttf');

    font-weight: 300;
    font-style: normal;
   }

@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('../fonts/Roboto-LightItalic.ttf') format('ttf');
    font-weight: 300;
    font-style: italic;
   }

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
   }

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('../fonts/Roboto-MediumItalic.ttf') format('ttf');

    font-weight: 500;
    font-style: italic;
   }

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
   }

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.ttf') format('ttf');
    font-weight: 200;
    font-style: normal;
   }

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('../fonts/Roboto-ThinItalic.ttf') format('ttf');
    font-weight: 200;
    font-style: italic;
   }

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


dd.course_progress {
	width: 100%;
}