/*
Theme Name: My Twenty Twenty Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Your Name
Author URI: https://example.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/** start custom font family **/
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 400;
src: 
url('/wp-content/fonts/quicksand-normal-400.woff2') format('woff2');
}
@font-face {
font-family: 'QuicksandBold';
font-style: normal;
font-weight: 700;
src:
url(/wp-content/fonts/quicksand-normal-700.woff2) format('woff2');
}
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src:
url(/wp-content/fonts/raleway-v19-latin-regular.woff2) format('woff2');
}
@font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 400;
src:
url(/fonts/bitter-v17-latin-regular.woff2') format('woff2');
}
@font-face {
font-family: 'Bitter';
font-style: normal;
font-weight: 300;
src:
url(/fonts/bitter-v17-latin-300.woff2') format('woff2');
}
