/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/
@import url('//fonts.googleapis.com/css?family=Montserrat:100');@keyframes rotate-forever {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
