/**
 * Theme Name: YOOtheme
 * Theme URI: https://yootheme.com
 * Description: A powerful, flexible and elegant website builder that allows you to create complex pages within minutes and customize every aspect of the theme.
 * Version: 2.7.22
 * Author: YOOtheme
 * Author URI: https://yootheme.com
 */
@font-face {
    font-family: 'Manrope_ukr';
    src: local('Manrope  Light'), local('Manrope--Light'),
        url('fonts/Manrope-Light.woff2') format('woff2'),
        url('fonts/Manrope-Light.woff') format('woff'),
        url('fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'ManropeThin';
    src: local('Manrope  Thin'), local('Manrope--Thin'),
        url('fonts/Manrope-Thin.woff2') format('woff2'),
        url('fonts/Manrope-Thin.woff') format('woff'),
        url('fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  body {
    font-family: Manrope_ukr!important;
  }
.wpcf7 label {
    font-size: 24px;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 10px 1px 10px 6px;
    font-size: 20px;
    width: 100%;
}
.wpcf7 input[type="submit"] {
    width: 150px;
    text-align: center;
}