@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Archivo;
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/Archivo-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}